Changeset 10080


Ignore:
Timestamp:
10/03/11 14:59:29 (13 years ago)
Author:
Mathieu Morlighem
Message:

minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/toolkits/metis/patches/METIS_PartMeshNodalPatch.cpp

    r10074 r10080  
    99void METIS_PartMeshNodalPatch(int* pnumberofelements,int* pnumberofnodes, int* index, int* petype, int* pnumflag, int* pnum_procs, int* pedgecut, int* epart, int* npart){
    1010
    11 
    1211        #if _METIS_VERSION_ == 4
    1312        /*Our interface originates in the Metis 4.0 version, hence identical calls*/
    14         METIS_PartMeshNodalPatch(pnumberofelements,pnumberofnodes, index, petype, pnumflag, pnum_procs, pedgecut, epart, npart);
     13        METIS_PartMeshNodal(pnumberofelements,pnumberofnodes, index, petype, pnumflag, pnum_procs, pedgecut, epart, npart);
    1514        #elif _METIS_VERSION_ == 5
    1615        /*This interface is heavily changed. More options, different way of meshing, etc ...: */
Note: See TracChangeset for help on using the changeset viewer.