Changeset 26548


Ignore:
Timestamp:
11/05/21 06:43:43 (3 years ago)
Author:
Mathieu Morlighem
Message:

BUG: was not compiling

File:
1 edited

Legend:

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

    r26547 r26548  
    3434                /*If it is a time series, most likely we are forcing the ice front position and do not want to have a Dynamic Constraint*/
    3535                _assert_(M==iomodel->numberofvertices+1);
    36                 IoModelToConstraintsx(constraints,iomodel,spcdata,M,N,LevelsetAnalysisEnum,finite_element);
     36                IoModelToConstraintsx(constraints,iomodel,spcdata,M,N,LevelsetAnalysisEnum,finiteelement);
    3737        }
    3838        else{
     
    4040                _assert_(N==1);
    4141                _assert_(M==iomodel->numberofvertices);
    42                 IoModelToDynamicConstraintsx(constraints,iomodel,spcdata,M,N,LevelsetAnalysisEnum,finite_element);
     42                IoModelToDynamicConstraintsx(constraints,iomodel,spcdata,M,N,LevelsetAnalysisEnum,finiteelement);
    4343        }
    4444
Note: See TracChangeset for help on using the changeset viewer.