Opened 11 years ago
Closed 11 years ago
#1112 closed Bug (fixed)
conficting ztab delaration in lib_mpp
Reported by: | avidard | Owned by: | nemo |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | OCE | Version: | v3.4 |
Severity: | Keywords: | ||
Cc: |
Description
in lib_mpp.F90
ztab is declared as a module-wide variable (line 61) for the north fold and as a local subroutine variable in mppobc (line 1783).
This is clearly a bug, but as a more general comment, I am not sure a module variable should be named with a z (even though it is local to the module).
Commit History (2)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
3919 | smasson | 2013-06-13T12:52:53+02:00 | v3_4_STABLE: better fortran and error in the conv of agrif, see ticket #1111 and #1112 |
3918 | smasson | 2013-06-13T12:50:37+02:00 | trunk: better fortran and error in the conv of agrif, see ticket #1111 and #1112 |
Change History (1)
comment:1 Changed 11 years ago by smasson
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
done. it also solved the ticket #1111
done for the trunk in changeset r3918
done for the v3_4_STABLE in changeset r3919