Changeset 23590
- Timestamp:
- 01/02/19 21:02:03 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/ModelProcessorx/CreateNodes.cpp
r23585 r23590 506 506 if(finite_element==P1DGEnum){/*Special case for DG...{{{*/ 507 507 int node_list[4]; 508 if( !iomodel->domaintype==Domain2DhorizontalEnum) _error_("not implemented yet");508 if(iomodel->domaintype!=Domain2DhorizontalEnum) _error_("not implemented yet"); 509 509 CreateEdges(iomodel); 510 510 CreateFaces(iomodel);
Note:
See TracChangeset
for help on using the changeset viewer.