summaryrefslogtreecommitdiffstats
path: root/src/phys/place/place_inc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/phys/place/place_inc.c')
-rw-r--r--src/phys/place/place_inc.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/phys/place/place_inc.c b/src/phys/place/place_inc.c
index 7e2d847c..70eacbe9 100644
--- a/src/phys/place/place_inc.c
+++ b/src/phys/place/place_inc.c
@@ -15,6 +15,9 @@
#include "place_base.h"
#include "place_gordian.h"
+ABC_NAMESPACE_IMPL_START
+
+
inline int sqHashId(int id, int max) {
return ((id * (id+17)) % max);
}
@@ -104,3 +107,5 @@ float fastEstimate(ConcreteCell *cell,
return len;
}
+ABC_NAMESPACE_IMPL_END
+