Changeset 26388


Ignore:
Timestamp:
08/11/21 14:46:47 (4 years ago)
Author:
caronlam
Message:

BUG: models with no mesh (LoveSolution) could not run with the new partitionning routine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/modules/ModelProcessorx/ModelProcessorx.cpp

    r25379 r26388  
    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: */
Note: See TracChangeset for help on using the changeset viewer.