Opened 12 years ago
Closed 12 years ago
#592 closed bug (Fixed)
IMPORTANT: index error in nesting.F
Reported by: | arango | Owned by: | arango |
---|---|---|---|
Priority: | major | Milestone: | Release ROMS/TOMS 3.7 |
Component: | Nonlinear | Version: | 3.7 |
Keywords: | Cc: |
Description (last modified by )
In few places in nesting.F we need to have the incorrect assigment for j and Jc:
i=contact(cr)%Idg(m) j=contact(cr)%Jdg(m) Ic=contact(cr)%Irg(m) Jc=contact(cr)%Jrg(m)
instead of
i=contact(cr)%Idg(m) j=contact(cr)%Idg(m) Ic=contact(cr)%Irg(m) Jc=contact(cr)%Irg(m)
Many thanks to Tianran Liu for reporting this problem.
Change History (1)
comment:1 by , 12 years ago
Description: | modified (diff) |
---|---|
Resolution: | → Fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.