source: issm/oecreview/Archive/16554-17801/ISSM-17607-17608.diff@ 17802

Last change on this file since 17802 was 17802, checked in by Mathieu Morlighem, 11 years ago

Added archives

File size: 750 bytes
  • TabularUnified ../trunk-jpl/src/c/analyses/EnthalpyAnalysis.cpp

     
    10771077        /* Feed updated water column back into model */
    10781078        element->AddInput(WatercolumnEnum,watercolumn,P1Enum);
    10791079
    1080         delete pairindices;
     1080        xDelete<int>(pairindices);
    10811081        xDelete<IssmDouble>(drainrate_column);
    10821082        xDelete<IssmDouble>(drainrate_element);
    10831083        xDelete<IssmDouble>(watercolumn);
     
    11361136        }
    11371137
    11381138        /*Clean up and return*/
     1139        xDelete<int>(pairindices);
    11391140        xDelete<IssmDouble>(xyz_list);
    11401141        xDelete<IssmDouble>(enthalpies);
    11411142        xDelete<IssmDouble>(pressures);
Note: See TracBrowser for help on using the repository browser.