Changeset 21249
- Timestamp:
- 10/07/16 10:32:28 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/c/classes/Node.cpp ΒΆ
r20810 r21249 97 97 analysis_enum==LevelsetAnalysisEnum 98 98 ){ 99 if(iomodel->domaintype!=Domain2DhorizontalEnum & iomodel->domaintype!=Domain3DsurfaceEnum & iomodel->domaintype!=Domain3DsurfaceEnum){99 if(iomodel->domaintype!=Domain2DhorizontalEnum & iomodel->domaintype!=Domain3DsurfaceEnum){ 100 100 /*On a 3d mesh, we may have collapsed elements, hence dead nodes. Freeze them out: */ 101 101 _assert_(iomodel->Data("md.mesh.vertexonbase"));
Note:
See TracChangeset
for help on using the changeset viewer.