Changes between Initial Version and Version 1 of Ticket #423
- Timestamp:
- 05/30/10 16:02:04 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #423
- Property Resolution → Fixed
- Property Status new → closed
- Property Summary estuary test → Missing module reference in ana_tobc.h
-
Ticket #423 – Description
initial v1 1 pls add 1 Corrected a bug in '''ROMS/Functionals/ana_tobc.h''' when running the '''ESTUARY_TEST''' application. We need to include module '''mod_sediment''': 2 {{{ 2 3 #ifdef SEDIMENT 3 4 USE mod_sediment 4 5 #endif 5 to ROMS/Functionals/ana_tobc.h in the tile. 6 }}}