Changeset 5725


Ignore:
Timestamp:
09/09/10 14:32:37 (15 years ago)
Author:
Mathieu Morlighem
Message:

small leak

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Loads/Pengrid.cpp

    r5707 r5725  
    580580        Penta* penta=NULL;
    581581
    582         /*Get dof list: */
    583         GetDofList(&doflist);
    584 
    585582        /*recover pointers: */
    586583        node=(Node*)hnode->delivers();
     
    590587        penta->inputs->GetParameterValue(&approximation,ApproximationEnum);
    591588        if(approximation!=StokesApproximationEnum) return;
     589
     590        /*Get dof list: */
     591        GetDofList(&doflist);
    592592
    593593        //recover slope: */
Note: See TracChangeset for help on using the changeset viewer.