Opened 5 years ago

Closed 5 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 arango)

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)

inp_decode.F (76.5 KB ) - added by m.hadfield 5 years ago.

Download all attachments as: .zip

Change History (2)

by m.hadfield, 5 years ago

Attachment: inp_decode.F added

comment:1 by arango, 5 years ago

Description: modified (diff)
Resolution: Fixed
Status: newclosed

Indeed, thank you!

Note: See TracTickets for help on using tickets.