Opened 18 years ago
Closed 18 years ago
#49 closed bug (Fixed)
Compilation error when no ANA_* options defined
Reported by: | m.hadfield | Owned by: | arango |
---|---|---|---|
Priority: | major | Milestone: | Release ROMS/TOMS 3.1 |
Component: | Nonlinear | Version: | 3.1 |
Keywords: | Cc: |
Description
This one is described here:
https://www.myroms.org/forum/viewtopic.php?t=550
File analytical.F needs some dummy code to avoid the module being empty when no files are included, eg see attached file.
I have reported this problem on several occasions over the last several years. The code gets put in, but later it gets taken out again because (presumably) it looks ugly.
Attachments (1)
Change History (2)
by , 18 years ago
Attachment: | analytical.F added |
---|
comment:1 by , 18 years ago
Resolution: | → Fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I already defined internal flag ANALYTICAL in globaldefs.h to solve this problem. This was done in revision 75. However, I didn't used this flag in the USE statements to remove the need to use this module.