DerrickKay87
Technical User
Dear all,
I am new to fortran, I am just getting started. I installed the fortran compiler on my mac and I ran some first example .f95 codes. When I tried to run another code (I will attach it), I could not compile it. Does anyone know why this is? I am using a gfortran 4.9.2 compiler (it was difficult enough to get the whole thing working on my Mac after upgrading to Yosemite...)
The error message my terminal gives me is the following:
___
gfortran AERresub.for
AERresub.for:33.70:
DOUBLE PRECISION P(NSS,NSS),EXPV,DD(NSS,NSS),PL(NSS),SR(NSS),QB(NS
1
Error: Missing ')' in statement at or before (1)
AERresub.for:39.60:
DOUBLE PRECISION PLPRICE(NIPP),PLREAL(NIP*NIR),PIREAL(NIP*NIR,NIP*
1
Error: Missing ')' in statement at or before (1)
[...]
___
Any hint/suggestion is very much appreciated.
Best regards and thanks a lot
Cheers
Derrick
I am new to fortran, I am just getting started. I installed the fortran compiler on my mac and I ran some first example .f95 codes. When I tried to run another code (I will attach it), I could not compile it. Does anyone know why this is? I am using a gfortran 4.9.2 compiler (it was difficult enough to get the whole thing working on my Mac after upgrading to Yosemite...)
The error message my terminal gives me is the following:
___
gfortran AERresub.for
AERresub.for:33.70:
DOUBLE PRECISION P(NSS,NSS),EXPV,DD(NSS,NSS),PL(NSS),SR(NSS),QB(NS
1
Error: Missing ')' in statement at or before (1)
AERresub.for:39.60:
DOUBLE PRECISION PLPRICE(NIPP),PLREAL(NIP*NIR),PIREAL(NIP*NIR,NIP*
1
Error: Missing ')' in statement at or before (1)
[...]
___
Any hint/suggestion is very much appreciated.
Best regards and thanks a lot
Cheers
Derrick