Opened 18 years ago
Closed 18 years ago
#82 closed bug (Fixed)
Typo in lmd_vmix.F (L295)
Reported by: | crode1968 | Owned by: | arango |
---|---|---|---|
Priority: | trivial | Milestone: | Release ROMS/TOMS 3.1 |
Component: | Nonlinear | Version: | 3.1 |
Keywords: | lmd_vmix | Cc: |
Description
There is a typo in lmd_vmix.F (Rev 29) line 295. I guess instead of
DO k=N-2,2,-1
there should be a line like
DO k=N(ng)-2,2,-1
Have a nice day
Note:
See TracTickets
for help on using tickets.
Yes. I also corrected CPP syntax in routine mod_nesting.F.