source: issm/oecreview/Archive/25834-26739/ISSM-26387-26388.diff

Last change on this file was 26740, checked in by Mathieu Morlighem, 3 years ago

CHG: added 25834-26739

File size: 673 bytes
  • ../trunk-jpl/src/c/modules/ModelProcessorx/ModelProcessorx.cpp

     
    3535        for(int i = 0;i<nummodels;i++) nodes[i]       = new Nodes();
    3636
    3737        /*Partition Elements and Nodes*/
    38         ElementsAndVerticesPartitioning(iomodel);
     38        if (iomodel->numberofelements > 0) ElementsAndVerticesPartitioning(iomodel);
    3939
    4040        /*Create elements, vertices and materials, independent of analysis_enum: */
    4141        CreateElements(elements,iomodel,nummodels);
Note: See TracBrowser for help on using the repository browser.