Changes between Initial Version and Version 1 of Ticket #423


Ignore:
Timestamp:
05/30/10 16:02:04 (14 years ago)
Author:
arango
Comment:

Yes, good catch. I also corrected C-preprocessing directive in sedbed_mod.h.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #423

    • Property ResolutionFixed
    • Property Status newclosed
    • Property Summary estuary testMissing module reference in ana_tobc.h
  • Ticket #423 – Description

    initial v1  
    1 pls add
     1Corrected a bug in '''ROMS/Functionals/ana_tobc.h''' when running the '''ESTUARY_TEST''' application. We need to include module '''mod_sediment''':
     2{{{
    23#ifdef SEDIMENT
    34     USE mod_sediment
    45#endif
    5 to ROMS/Functionals/ana_tobc.h in the tile.
     6}}}