source: issm/oecreview/Archive/24307-24683/ISSM-24396-24397.diff@ 24684

Last change on this file since 24684 was 24684, checked in by Mathieu Morlighem, 5 years ago

CHG: added new review

File size: 906 bytes
RevLine 
[24684]1Index: ../trunk-jpl/src/wrappers/MeshPartition/MeshPartition.cpp
2===================================================================
3--- ../trunk-jpl/src/wrappers/MeshPartition/MeshPartition.cpp (revision 24396)
4+++ ../trunk-jpl/src/wrappers/MeshPartition/MeshPartition.cpp (revision 24397)
5@@ -53,7 +53,7 @@
6
7 /*Run partitioning algorithm based on a "clever" use of the Metis partitioner: */
8 MeshPartitionx(&int_element_partitioning,&int_node_partitioning,numberofelements,numberofvertices,elements,
9- numberofelements2d,numberofvertices2d,elements2d,numberoflayers,elements_width,meshelementtype,numareas);
10+ numberofelements2d,numberofvertices2d,elements2d,NULL,numberoflayers,elements_width,meshelementtype,numareas);
11
12 /*Post process node_partitioning and element_partitioning to be in double format. Metis needed them in int* format: */
13 element_partitioning=xNew<double>(numberofelements);
Note: See TracBrowser for help on using the repository browser.