I'm trying to interpret someone's Fortran code. He's written the following:
What does the '1,' do?
What does the /FUN/ do?
Code:
IMPLICIT REAL*8 (A-H,O-Z)
DIMENSION WEW(2710,2710),LV(2710),W(2710)
1,ETA(2710)
COMMON /FUN/ Z(2710),zm(2710),E,M,MM,U(2710),FIFI(2710),N,NP,PI
1,AZ(2710),DZ(2710)
1,Y(2710),x(2710)
1,gr,lcon
What does the '1,' do?
What does the /FUN/ do?