source: issm/oecreview/Archive/16554-17801/ISSM-17520-17521.diff@ 17802

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

Added archives

File size: 902 bytes
  • ../trunk-jpl/src/c/analyses/LsfReinitializationAnalysis.cpp

     
    251251void LsfReinitializationAnalysis::GetSolutionFromInputs(Vector<IssmDouble>* solution,Element* element){/*{{{*/
    252252
    253253        IssmDouble   lsf;
    254         int          meshtype,dim,approximation,dofpernode;
     254        int          meshtype,dim,dofpernode;
    255255        int*         doflist = NULL;
    256256
    257257        /*Get some parameters*/
     
    269269        int numdof   = numnodes*dofpernode;
    270270
    271271        /*Fetch dof list and allocate solution vector*/
    272         element->GetDofList(&doflist,approximation,GsetEnum);
     272        element->GetDofList(&doflist,NoneApproximationEnum,GsetEnum);
    273273        IssmDouble* values = xNew<IssmDouble>(numdof);
    274274
    275275        /*Get inputs*/
Note: See TracBrowser for help on using the repository browser.