diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2007-02-25 08:01:00 -0800 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2007-02-25 08:01:00 -0800 |
commit | 81fae91a95b8b51d7a10d3884df92dc89eb266bf (patch) | |
tree | 504f7581908335369a15d97653ba2bb3fec31d08 /src/phys/place | |
parent | fb51057e4a36d2e5737bba8739b88140b55db7c7 (diff) | |
download | abc-81fae91a95b8b51d7a10d3884df92dc89eb266bf.tar.gz abc-81fae91a95b8b51d7a10d3884df92dc89eb266bf.tar.bz2 abc-81fae91a95b8b51d7a10d3884df92dc89eb266bf.zip |
Version abc70225
Diffstat (limited to 'src/phys/place')
-rw-r--r-- | src/phys/place/libhmetis.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/phys/place/libhmetis.h b/src/phys/place/libhmetis.h index 60b9c12e..051079d4 100644 --- a/src/phys/place/libhmetis.h +++ b/src/phys/place/libhmetis.h @@ -3,7 +3,7 @@ #ifndef LIBHMETIS_H_ #define LIBHMETIS_H_ -void HMETIS_PartRecursive(int nvtxs, +static void HMETIS_PartRecursive(int nvtxs, int nhedges, int *vwgts, int *eptr, @@ -13,10 +13,10 @@ void HMETIS_PartRecursive(int nvtxs, int nbfactor, int *options, int *part, - int *edgecnt ); + int *edgecnt ) {} //; -void HMETIS_PartKway(int nvtxs, +static void HMETIS_PartKway(int nvtxs, int nhedges, int *vwgts, int *eptr, @@ -26,6 +26,6 @@ void HMETIS_PartKway(int nvtxs, int nbfactor, int *options, int *part, - int *edgecnt ); + int *edgecnt ) {} //; #endif |