Changeset 3476 for issm/trunk/src/c/ModelProcessorx/DiagnosticVert/CreateElementsNodesAndMaterialsDiagnosticVert.cpp
- Timestamp:
- 04/08/10 15:16:08 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/ModelProcessorx/DiagnosticVert/CreateElementsNodesAndMaterialsDiagnosticVert.cpp
r3423 r3476 23 23 DataSet* materials = NULL; 24 24 25 /*Now, is the flag macayaealpattyn on? otherwise, do nothing: */26 if (strcmp(iomodel->meshtype,"2d")==0)goto cleanup_and_return;27 28 25 /*First create the elements, nodes and material properties: */ 29 26 elements = new DataSet(ElementsEnum()); … … 31 28 vertices = new DataSet(VerticesEnum()); 32 29 materials = new DataSet(MaterialsEnum()); 30 31 /*Now, is the flag macayaealpattyn on? otherwise, do nothing: */ 32 if (strcmp(iomodel->meshtype,"2d")==0)goto cleanup_and_return; 33 33 34 34 /*Partition elements and vertices and nodes: */
Note:
See TracChangeset
for help on using the changeset viewer.