Changeset 1942
- Timestamp:
- 08/26/09 14:27:43 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/parallel/diagnostic.cpp
r1911 r1942 82 82 _printf_("\n reading surface and bed slope computation model data:\n"); 83 83 model->AddFormulation(fid,SlopeComputeAnalysisEnum()); 84 84 85 85 /*get parameters: */ 86 86 model->FindParam(&qmu_analysis,"qmu_analysis"); … … 166 166 xfree((void**)&u_g_initial); 167 167 xfree((void**)&u_g_obs); 168 delete model; 169 delete results; 170 delete inputs; 168 171 169 172 return 0; //unix success return;
Note:
See TracChangeset
for help on using the changeset viewer.