Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!elroy.jpl.nasa.gov!news.larc.nasa.gov!cscsparc.larc.nasa.gov!gates From: gates@cscsparc.larc.nasa.gov (Ray Gates) Newsgroups: comp.sources.wanted Subject: FORTRAN 90 array section syntax Message-ID: <1991May8.160314.7650@news.larc.nasa.gov> Date: 8 May 91 16:03:14 GMT Sender: news@news.larc.nasa.gov (USENET Network News) Organization: NASA Langley Research Center, Hampton, VA USA Lines: 23 Anybody out there ever come across a program that will convert F77 do-loop syntax into FORTRAN 90 array section syntax......a la .... note: a is an array... F77 : do 10 i = 1,10000000 a(i) = a(i) + k 10 continue F90: a = a + k Ok???? Thanks...:=) -- _______________________________________________________________________________ | Ray Gates "Mama, mama, many worlds | CSC/NASA-Langley have come since I first | gates@cscsun1.larc.nasa.gov left home." | (128.155.42.32) | Phone: 804.865.1725 ------------------------------------------------------------------------------- DISCLAIMER: The comments/opinions contained within are my own and do not necessarily represent the opinions of my employer(s). -------------------------------------------------------------------------------