Changeset 12470 for issm/trunk-jpl/src/c/modules/UpdateDynamicConstraintsx/UpdateDynamicConstraintsx.cpp
- Timestamp:
- 06/20/12 08:41:52 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/UpdateDynamicConstraintsx/UpdateDynamicConstraintsx.cpp
r12450 r12470 13 13 14 14 int configuration_type; 15 double* yg_serial=NULL;15 IssmDouble* yg_serial=NULL; 16 16 17 17 /*Get current configuration*/ … … 34 34 35 35 /*Free ressources:*/ 36 xDelete< double>(yg_serial);36 xDelete<IssmDouble>(yg_serial); 37 37 }
Note:
See TracChangeset
for help on using the changeset viewer.