Results 1 to 1 of 1
Dear all
I am facing some difficulties in fortran programming.
The Run configure and Run automake and friends are success.
The beginning of the program is as follows:
dimension a(2000),b(2000),c(2000)
...
- 09-01-2008 #1Just Joined!
- Join Date
- Aug 2008
- Posts
- 1
FORTRAN -not able to open data file
Dear all
I am facing some difficulties in fortran programming.
The Run configure and Run automake and friends are success.
The beginning of the program is as follows:
dimension a(2000),b(2000),c(2000)
character*64 fname
But the command 'Build project' throws up the following error messages
Error: Non-numeric character in statement label at (1)
Error: Unexpected element in format string at (1)
Error: Unexpected STATEMENT FUNCTION statement at (1)
Error: Unexpected STATEMENT FUNCTION statement at (1)
*** Exited with status: 2 ***
Thanks in advance for any help.


Reply With Quote