Hi all,
I'm a freshman in FORTRAN and it's a bit hard to get used to FORTRAN syntax.
I have a READ command on my script like,
:
:
READ(k,*) (((chg(ix,iy,iz),ix=1,FFT1(1)),iy=1,FFT1(2)),iz=1,FFT1(3))
:
:
When I compile the script with gfortran I get an error message...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.