Ignore:
Timestamp:
04/08/10 15:16:08 (15 years ago)
Author:
Mathieu Morlighem
Message:

Bug fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/ModelProcessorx/DiagnosticVert/CreateElementsNodesAndMaterialsDiagnosticVert.cpp

    r3423 r3476  
    2323        DataSet*    materials = NULL;
    2424
    25         /*Now, is the flag macayaealpattyn on? otherwise, do nothing: */
    26         if (strcmp(iomodel->meshtype,"2d")==0)goto cleanup_and_return;
    27 
    2825        /*First create the elements, nodes and material properties: */
    2926        elements  = new DataSet(ElementsEnum());
     
    3128        vertices  = new DataSet(VerticesEnum());
    3229        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;
    3333
    3434        /*Partition elements and vertices and nodes: */
Note: See TracChangeset for help on using the changeset viewer.