Changeset 11684 for issm/branches/trunk-jpl-damage/src/mex/InputUpdateFromSolution/InputUpdateFromSolution.cpp
- Timestamp:
- 03/12/12 14:40:42 (13 years ago)
- Location:
- issm/branches/trunk-jpl-damage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-jpl-damage
-
issm/branches/trunk-jpl-damage/src/mex/InputUpdateFromSolution/InputUpdateFromSolution.cpp
r8910 r11684 14 14 Materials* materials=NULL; 15 15 Parameters* parameters=NULL; 16 Vec solution=NULL;16 Vector* solution=NULL; 17 17 18 18 /*Boot module: */ … … 50 50 delete materials; 51 51 delete parameters; 52 VecFree(&solution);52 delete solution; 53 53 54 54 /*end module: */
Note:
See TracChangeset
for help on using the changeset viewer.