Changeset 17521
- Timestamp:
- 03/24/14 09:57:26 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/analyses/LsfReinitializationAnalysis.cpp
r17503 r17521 252 252 253 253 IssmDouble lsf; 254 int meshtype,dim, approximation,dofpernode;254 int meshtype,dim,dofpernode; 255 255 int* doflist = NULL; 256 256 … … 270 270 271 271 /*Fetch dof list and allocate solution vector*/ 272 element->GetDofList(&doflist, approximation,GsetEnum);272 element->GetDofList(&doflist,NoneApproximationEnum,GsetEnum); 273 273 IssmDouble* values = xNew<IssmDouble>(numdof); 274 274
Note:
See TracChangeset
for help on using the changeset viewer.