Created
July 16, 2015 10:12
-
-
Save kaworu/dc9763ab92d9e198c4d7 to your computer and use it in GitHub Desktop.
% gfortran -c hello.f90
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hello.f90:3.12: | |
complex(4), volatile :: z4 | |
1 | |
Error: Syntax error in data declaration at (1) | |
hello.f90:4.12: | |
complex(4), volatile :: shazam | |
1 | |
Error: Syntax error in data declaration at (1) | |
hello.f90:7.8: | |
shazam = acosh(z4) | |
1 | |
Error: Symbol 'shazam' at (1) has no IMPLICIT type | |
hello.f90:6.4: | |
z4 = cmplx(-1.1_4, -1.1_4, kind=4) | |
1 | |
Error: Symbol 'z4' at (1) has no IMPLICIT type |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment