Opened 10 years ago
Closed 10 years ago
#1039 closed Bug (fixed)
double allocation of array in dynvor (vor_een)
Reported by: | flavoni | Owned by: | flavoni |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | OCE | Version: | v3.6 |
Severity: | Keywords: | ||
Cc: |
Description
In dyn_vor routine, in subroutine vor_een, there is a double allocation of ze3f array.
To avoid it it can be added a flag to know if it is the first time that the ze3f array is allocated or not.
Commit History (5)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
3803 | flavoni | 2013-02-12T09:23:32+01:00 | change control of allocation of array ze3f in dyn_vor routine, see ticket: #1039 |
3802 | flavoni | 2013-02-12T09:20:05+01:00 | change control of allocation of array ze3f in dyn_vor routine, see ticket: #1039 |
3776 | flavoni | 2013-02-07T12:22:16+01:00 | add missing then, see ticket: #1039 |
3775 | flavoni | 2013-02-07T12:15:14+01:00 | add control to do not allocate twice array ze3f in dyn_vor routine, see ticket: #1039 |
3774 | flavoni | 2013-02-07T12:13:14+01:00 | add control to do not allocate twice array ze3f in dyn_vor routine, see ticket: #1039 |
Change History (2)
comment:1 Changed 10 years ago by flavoni
- Owner changed from NEMO team to flavoni
comment:2 Changed 10 years ago by flavoni
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.