source:
issm/oecreview/Archive/16554-17801/ISSM-17607-17608.diff@
17802
Last change on this file since 17802 was 17802, checked in by , 11 years ago | |
---|---|
File size: 750 bytes |
-
TabularUnified ../trunk-jpl/src/c/analyses/EnthalpyAnalysis.cpp
1077 1077 /* Feed updated water column back into model */ 1078 1078 element->AddInput(WatercolumnEnum,watercolumn,P1Enum); 1079 1079 1080 delete pairindices;1080 xDelete<int>(pairindices); 1081 1081 xDelete<IssmDouble>(drainrate_column); 1082 1082 xDelete<IssmDouble>(drainrate_element); 1083 1083 xDelete<IssmDouble>(watercolumn); … … 1136 1136 } 1137 1137 1138 1138 /*Clean up and return*/ 1139 xDelete<int>(pairindices); 1139 1140 xDelete<IssmDouble>(xyz_list); 1140 1141 xDelete<IssmDouble>(enthalpies); 1141 1142 xDelete<IssmDouble>(pressures);
Note:
See TracBrowser
for help on using the repository browser.