Opened 6 years ago
Closed 6 years ago
#800 closed bug (Fixed)
Typos in inp_decode.F
Reported by: | m.hadfield | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | Release ROMS/TOMS 3.7 |
Component: | Nonlinear | Version: | 3.7 |
Keywords: | Cc: |
Description (last modified by )
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.
Attachments (1)
Change History (2)
by , 6 years ago
Attachment: | inp_decode.F added |
---|
comment:1 by , 6 years ago
Description: | modified (diff) |
---|---|
Resolution: | → Fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Indeed, thank you!