Changeset 21509
- Timestamp:
- 02/01/17 16:30:35 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Node.cpp
r21484 r21509 59 59 _assert_(sqrt( coord_system[0][0]*coord_system[0][0] + coord_system[1][0]*coord_system[1][0]) >1.e-4); 60 60 61 if(iomodel->domaintype!=Domain2DhorizontalEnum & iomodel->domaintype!=Domain3DsurfaceEnum){61 if(iomodel->domaintype!=Domain2DhorizontalEnum && iomodel->domaintype!=Domain3DsurfaceEnum){ 62 62 /*We have a 3d mesh, we may have collapsed elements, hence dead nodes. Freeze them out: */ 63 63 _assert_(iomodel->Data("md.mesh.vertexonbase"));
Note:
See TracChangeset
for help on using the changeset viewer.