Changes between Initial Version and Version 1 of Ticket #293


Ignore:
Timestamp:
03/08/09 22:53:55 (15 years ago)
Author:
arango
Comment:

Yes, good catch. Thank you.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #293

    • Property ResolutionFixed
    • Property Status newclosed
  • Ticket #293 – Description

    initial v1  
    1 In ROMS/Modules/mod_fourdvar.F, subroutine initialize_fourdvar, the parameter IniVal is declared inside an #ifdef block (lines 503–505):
     1In '''ROMS/Modules/mod_fourdvar.F''', subroutine initialize_fourdvar, the parameter !IniVal is declared inside an '''#ifdef''' block (lines 503–505):
    22
    33{{{
     
    77}}}
    88
    9 but later (lines 758-774) it is used in code that is not conditional on OBSERVATIONS being defined.
     9but later (lines 758-774) it is used in code that is not conditional on '''OBSERVATIONS''' being defined.
    1010
    11 PS: I found this while building the CHANNEL_NECK test case.
     11PS: I found this while building the '''CHANNEL_NECK''' test case.