1 --- SuiteSparse/CHOLMOD/Partition/cholmod_metis.c 2007-05-04 18:47:17.000000000 +0200
2 +++ SuiteSparse/CHOLMOD/Partition/cholmod_metis.c.new 2011-11-07 17:14:50.000000000 +0100
7 +typedef idx_t idxtype; /* This typedef changed name from 4.x to 5.x. */
8 /* METIS has its own ASSERT that it reveals to the user, so remove it here: */
15 - METIS_NodeComputeSeparator (&nn, Mp, Mi, Mnw, Mew, Opt, &csp, Mpart) ;
16 + METIS_ComputeVertexSeparator (&nn, Mp, Mi, Mew, Opt, &csp, Mpart) ;