summaryrefslogtreecommitdiffstats
path: root/src/phys/place/libhmetis.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/phys/place/libhmetis.h')
-rw-r--r--src/phys/place/libhmetis.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/phys/place/libhmetis.h b/src/phys/place/libhmetis.h
index 051079d4..277299b8 100644
--- a/src/phys/place/libhmetis.h
+++ b/src/phys/place/libhmetis.h
@@ -3,6 +3,10 @@
#ifndef LIBHMETIS_H_
#define LIBHMETIS_H_
+
+ABC_NAMESPACE_HEADER_START
+
+
static void HMETIS_PartRecursive(int nvtxs,
int nhedges,
int *vwgts,
@@ -28,4 +32,8 @@ static void HMETIS_PartKway(int nvtxs,
int *part,
int *edgecnt ) {} //;
+
+
+ABC_NAMESPACE_HEADER_END
+
#endif