Opened 16 years ago
Closed 16 years ago
#266 closed bug (Fixed)
Wrong type for Lfullgrid in get_bounds.F — at Version 1
Reported by: | m.hadfield | Owned by: | arango |
---|---|---|---|
Priority: | minor | Milestone: | Release ROMS/TOMS 3.2 |
Component: | Nonlinear | Version: | 3.2 |
Keywords: | Cc: |
Description (last modified by )
In ROMS/Utility/get_bounds.F line 169
- integer, intent(in)
- Lfullgrid
should be
- logical, intent(in)
- Lfullgrid
Change History (1)
comment:1 by , 16 years ago
Description: | modified (diff) |
---|---|
Resolution: | → Fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Yes, thank you. I am suprised that this kind of bug is not catch by the compiler. It is amaizing the decisions that the compilers do nowadays.