mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 05:50:32 +05:00
metis5.h -> metis.h
This commit is contained in:
parent
a5ed3f8159
commit
ff3e491863
@ -10,7 +10,7 @@
|
||||
namespace metis {
|
||||
extern "C" {
|
||||
|
||||
#include <metis5.h>
|
||||
#include <metis.h>
|
||||
|
||||
#if METIS_VER_MAJOR >= 5
|
||||
#define METIS5
|
||||
@ -797,7 +797,6 @@ namespace netgen
|
||||
int nparts = ntasks-1;
|
||||
int edgecut;
|
||||
|
||||
|
||||
int ncommon = 3;
|
||||
METIS_PartMeshDual (&ne, &nn, &eptr[0], &eind[0], NULL, NULL, &ncommon, &nparts,
|
||||
NULL, NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user