Changeset 1942


Ignore:
Timestamp:
08/26/09 14:27:43 (16 years ago)
Author:
Eric.Larour
Message:

Deleaked end of routine.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/parallel/diagnostic.cpp

    r1911 r1942  
    8282        _printf_("\n   reading surface and bed slope computation model data:\n");
    8383        model->AddFormulation(fid,SlopeComputeAnalysisEnum());
    84        
     84
    8585        /*get parameters: */
    8686        model->FindParam(&qmu_analysis,"qmu_analysis");
     
    166166        xfree((void**)&u_g_initial);
    167167        xfree((void**)&u_g_obs);
     168        delete model;
     169        delete results;
     170        delete inputs;
    168171
    169172        return 0; //unix success return;
Note: See TracChangeset for help on using the changeset viewer.