Changeset 17521


Ignore:
Timestamp:
03/24/14 09:57:26 (11 years ago)
Author:
Mathieu Morlighem
Message:

BUG: variable 'approximation' is used before its value is set

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/analyses/LsfReinitializationAnalysis.cpp

    r17503 r17521  
    252252
    253253        IssmDouble   lsf;
    254         int          meshtype,dim,approximation,dofpernode;
     254        int          meshtype,dim,dofpernode;
    255255        int*         doflist = NULL;
    256256
     
    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
Note: See TracChangeset for help on using the changeset viewer.