Opened 14 years ago
Closed 14 years ago
#772 closed Bug (fixed)
compilation without key_ldfslp
Reported by: | rblod | Owned by: | nemo |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | OCE | Version: | v3.3 |
Severity: | Keywords: | ||
Cc: |
Description
The current code (r 2450) doesn't compile without key_ldfslp due do a mismatch between arguments of the dummy routines and the real routines traldf_iso and traldf_isogrif. In addition, in trazdf_imp, we should add:
#if defined key_ldfslp
USE traldf_iso_grif , ONLY : ah_wslp2
#endif
Commit History (1)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
2454 | gm | 2010-12-06T06:19:30+01:00 | v3.3beta: #772 compilation without key_ldfslp |
Change History (1)
comment:1 Changed 14 years ago by gm
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Done in v3.3beta, see changeset:2454