Opened 5 years ago

Last modified 5 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.

Change History (1)

by m.hadfield, 5 years ago

Attachment: inp_decode.F added
Note: See TracTickets for help on using tickets.