From 6130e39b18b5f53902e4eab14f6d5cdde5219563 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Mon, 1 Nov 2010 01:35:04 -0700 Subject: initial commit of public abc --- src/phys/place/libhmetis.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/phys/place/libhmetis.h') 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 -- cgit v1.2.3