Changeset 26548
- Timestamp:
- 11/05/21 06:43:43 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/analyses/LevelsetAnalysis.cpp
r26547 r26548 34 34 /*If it is a time series, most likely we are forcing the ice front position and do not want to have a Dynamic Constraint*/ 35 35 _assert_(M==iomodel->numberofvertices+1); 36 IoModelToConstraintsx(constraints,iomodel,spcdata,M,N,LevelsetAnalysisEnum,finite _element);36 IoModelToConstraintsx(constraints,iomodel,spcdata,M,N,LevelsetAnalysisEnum,finiteelement); 37 37 } 38 38 else{ … … 40 40 _assert_(N==1); 41 41 _assert_(M==iomodel->numberofvertices); 42 IoModelToDynamicConstraintsx(constraints,iomodel,spcdata,M,N,LevelsetAnalysisEnum,finite _element);42 IoModelToDynamicConstraintsx(constraints,iomodel,spcdata,M,N,LevelsetAnalysisEnum,finiteelement); 43 43 } 44 44
Note:
See TracChangeset
for help on using the changeset viewer.