Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!elroy.jpl.nasa.gov!ncar!ncar.ucar.EDU!ftower From: ftower@ncar.ucar.EDU (Francis Tower) Newsgroups: comp.lang.fortran Subject: Re: vectorization question Message-ID: <10841@ncar.ucar.edu> Date: 29 Mar 91 23:11:09 GMT References: <1991Mar29.141313.7418@ariel.unm.edu> Sender: news@ncar.ucar.edu Reply-To: ftower@ncar.ucar.EDU (Francis Tower) Organization: Climate and Global Dynamics Division, NCAR Lines: 5 Depending on what you're up to you could use: A(:,:,:) = ... or A = ... for example: A = 0.0 will zero the entire array (FORTRAN90 syntax)