gates@cscsparc.larc.nasa.gov (Ray Gates) (05/08/91)
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). -------------------------------------------------------------------------------