View previous topic :: View next topic |
Author |
Message |
slasher147
Joined: 03 Feb 2005 Posts: 1
|
Posted: Tue Feb 08, 2005 2:54 pm Post subject: error messages |
|
|
I received two error messages in building my code, error 32-statement not recognized and fatal 399-unrecognized statement, did you forget to add /FIXED_FORMAT? These errors corresponded to lines of code: Comment: ********* BARRIER PENETRATION CALCULATION ********* and C INPUT PARAMETERS. These came from code written for Fortran77. Anyone able to shed light on what I have to change?
Nick |
|
Back to top |
|
|
silverfrost Site Admin
Joined: 29 Nov 2006 Posts: 191 Location: Manchester
|
Posted: Wed Feb 09, 2005 11:19 am Post subject: error messages |
|
|
Is the code fixed format?
What is the file extension?
Does the error go away if you compile with /fixed_format ?
------------
Administrator
Silverfrost Forums |
|
Back to top |
|
|
|