Opened 7 years ago
Closed 7 years ago
#764 closed bug (Fixed)
Miscellaneous bugs — at Version 1
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 )
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 (1)
comment:1 by , 7 years ago
Description: | modified (diff) |
---|---|
Resolution: | → Fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Indeed, thank you!