aeromedia / datcom-gui

Automatically exported from code.google.com/p/datcom-gui
0 stars 2 forks source link

Input file needs to be formated correctly from the left hand side #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
FORTRAN code is very specific in terms of the spaces which signal a
NAMELIST or a numerical parameter/variable.  These spaces are counted from
the left hand side of the file (or from each new line). This way the format
is of nested type.

1.  If the start of the line is a '$' symbol, there must be one space
present after the line has started
2.  If the start of the line is a numerical parameter or variable, two
spaces must be present after the line has started.

Comments should be only made on separate lines and begun and ended with a #
symbol? so as to not disturb the FORTRAN formatting. 

Original issue reported on code.google.com by alekseymatyushev on 13 Oct 2009 at 11:03

GoogleCodeExporter commented 9 years ago
Attached sample input file for reference.

Original comment by alekseymatyushev on 13 Oct 2009 at 11:04

Attachments:

GoogleCodeExporter commented 9 years ago
Implemented

Original comment by alekseymatyushev on 9 Nov 2009 at 6:29