Opened 6 years ago
Last modified 6 years ago
#800 closed bug
Typos in inp_decode.F — at Initial Version
Reported by: | m.hadfield | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | Release ROMS/TOMS 3.7 |
Component: | Nonlinear | Version: | 3.7 |
Keywords: | Cc: |
Description
At line 1104 in inp_decode.F there is a syntax error: a dangling comparison
IF (Ninp.le.) THEN
This should be
IF (Ninp.le.Nout) THEN
Also "foating" should be replaced with "floating" throughout.
Corrected file attached.
Note:
See TracTickets
for help on using tickets.