Changeset 15444


Ignore:
Timestamp:
07/05/13 14:23:17 (12 years ago)
Author:
bdef
Message:

BUG:fixxing memory leaks

Location:
issm/trunk-jpl/src/c/classes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Elements/Tria.cpp

    r15443 r15444  
    61426142                                        }
    61436143                                        /*EPL head lower than sediment head, transfer from the sediment to the epl*/
    6144                                         else if(epl_head[i]<sed_head[i]){
     6144                                        else if(epl_head[i]<=sed_head[i]){
    61456145                                                wh_trans=sedstoring[i]*sed_trans*(epl_head[i]-sed_head[i])/(leakage*sed_thick);                         
    61466146                                        }
  • issm/trunk-jpl/src/c/classes/FemModel.cpp

    r15439 r15444  
    366366}
    367367/*}}}*/
    368 
    369368/*Modules:*/
    370369void FemModel::AllocateSystemMatrices(Matrix<IssmDouble>** pKff,Matrix<IssmDouble>** pKfs,Vector<IssmDouble>** pdf,Vector<IssmDouble>** ppf){ /*{{{*/
     
    16751674        /*Update Inputs*/
    16761675        InputUpdateFromVectorx(elements,nodes,vertices,loads,materials,parameters,transferg,WaterTransferEnum,NodesEnum);
    1677 
    16781676        delete transferg;
    16791677}
Note: See TracChangeset for help on using the changeset viewer.