Changes between Initial Version and Version 1 of Ticket #195
- Timestamp:
- 08/11/08 15:19:37 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #195
- Property Resolution → Fixed
- Property Status new → closed
-
Ticket #195 – Description
initial v1 1 In ROMS/Modules/mod_grid.F, subroutine initialize_grid, at lines 421-447 we have1 In '''ROMS/Modules/mod_grid.F''', subroutine '''initialize_grid''', at lines 421-447 we have 2 2 3 3 {{{ … … 14 14 }}} 15 15 16 The preprocessor macros WESTERN_EDGE, EASTERN_EDGE, etc (defined in globaldefs.h) involve variables, Istr, Iend, Jstr, Jend, but these are not declared. Consequently, the compiler gives error messages like16 The preprocessor macros WESTERN_EDGE, EASTERN_EDGE, etc (defined in '''globaldefs.h''') involve variables, Istr, Iend, Jstr, Jend, but these are not declared. Consequently, the compiler gives error messages like 17 17 18 18