diff options
Diffstat (limited to 'src/misc/espresso/cubehack.c')
-rw-r--r-- | src/misc/espresso/cubehack.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/misc/espresso/cubehack.c b/src/misc/espresso/cubehack.c index 8e1724fc..58935716 100644 --- a/src/misc/espresso/cubehack.c +++ b/src/misc/espresso/cubehack.c @@ -27,6 +27,9 @@ bool use_random_order; */ #include "espresso.h" +ABC_NAMESPACE_IMPL_START + + void cautious_define_cube_size(n) @@ -136,3 +139,5 @@ set_espresso_flags() use_super_gasp = FALSE; use_random_order = FALSE; } +ABC_NAMESPACE_IMPL_END + |