Changeset 3435
- Timestamp:
- 04/07/10 16:43:49 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/ModelProcessorx/DiagnosticHoriz/CreateLoadsDiagnosticHoriz.cpp
r3429 r3435 9 9 #include "../../include/macros.h" 10 10 #include "../IoModel.h" 11 12 11 13 12 void CreateLoadsDiagnosticHoriz(DataSet** ploads, IoModel* iomodel,ConstDataHandle iomodel_handle){ … … 74 73 } 75 74 76 77 75 /*free ressources: */ 78 76 xfree((void**)&iomodel->riftinfo); … … 81 79 xfree((void**)&iomodel->surface); 82 80 xfree((void**)&iomodel->gridoniceshelf); 83 84 81 85 82 cleanup_and_return:
Note:
See TracChangeset
for help on using the changeset viewer.