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...