Changeset 24397


Ignore:
Timestamp:
11/25/19 15:14:32 (5 years ago)
Author:
Mathieu Morlighem
Message:

CHG: fixed partitioning now that the header has changed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/wrappers/MeshPartition/MeshPartition.cpp

    r22674 r24397  
    5454        /*Run partitioning algorithm based on a "clever" use of the Metis partitioner: */
    5555        MeshPartitionx(&int_element_partitioning,&int_node_partitioning,numberofelements,numberofvertices,elements,
    56                 numberofelements2d,numberofvertices2d,elements2d,numberoflayers,elements_width,meshelementtype,numareas);
     56                numberofelements2d,numberofvertices2d,elements2d,NULL,numberoflayers,elements_width,meshelementtype,numareas);
    5757
    5858        /*Post process node_partitioning and element_partitioning to be in double format. Metis needed them in int* format: */
Note: See TracChangeset for help on using the changeset viewer.