Opened 6 years ago

Last modified 6 years ago

#764 closed bug

Miscellaneous bugs — 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

A few bugs I have noticed...

In ROMS/Include/globaldefs.h at line 576 the "#" in the first column has been omitted

In ROMS/Include/globaldefs.h at line 584, this

#if defined ATM_COUPLING || ICE_COUPLING || WAV_COUPLING

should be

#if defined ATM_COUPLING || defined ICE_COUPLING || defined WAV_COUPLING

In ROMS/Utility/def_quick.F at lines 1576-1577 there is an extraneous "cccc":

           IF (FoundError(exit_flag, NoError, __LINE__,                  &
     &   cccc            __FILE__)) RETURN

Change History (0)

Note: See TracTickets for help on using tickets.