- Timestamp:
- 08/02/12 17:13:12 (13 years ago)
- Location:
- issm/branches/trunk-jpl-damage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-jpl-damage ¶
- Property svn:mergeinfo changed
-
TabularUnified issm/branches/trunk-jpl-damage/src/c/solutions/controlrestart.cpp ¶
r12004 r12878 7 7 #include "../EnumDefinitions/EnumDefinitions.h" 8 8 9 void controlrestart(FemModel* femmodel, double* J){9 void controlrestart(FemModel* femmodel,IssmDouble* J){ 10 10 11 11 int num_controls; … … 33 33 34 34 /*Clean up and return*/ 35 x free((void**)&control_type);35 xDelete<int>(control_type); 36 36 }
Note:
See TracChangeset
for help on using the changeset viewer.