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
  • ../trunk-jpl/src/wrappers/MeshPartition/MeshPartition.cpp

     
    5353
    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: */
    5959        element_partitioning=xNew<double>(numberofelements);
Note: See TracBrowser for help on using the repository browser.