diff options
Diffstat (limited to 'src/phys/place/place_bin.c')
-rw-r--r-- | src/phys/place/place_bin.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/phys/place/place_bin.c b/src/phys/place/place_bin.c index 86ec3506..92b283cc 100644 --- a/src/phys/place/place_bin.c +++ b/src/phys/place/place_bin.c @@ -17,6 +17,9 @@ #include "place_base.h" +ABC_NAMESPACE_IMPL_START + + // -------------------------------------------------------------------- // Global variables // @@ -275,3 +278,5 @@ void spreadDensityY(int numBins, float maxMovement) { free(binCells); free(allCells); } +ABC_NAMESPACE_IMPL_END + |