summaryrefslogtreecommitdiffstats
path: root/src/misc/espresso/cubestr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/espresso/cubestr.c')
-rw-r--r--src/misc/espresso/cubestr.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/misc/espresso/cubestr.c b/src/misc/espresso/cubestr.c
index 77389e73..4b6dbcea 100644
--- a/src/misc/espresso/cubestr.c
+++ b/src/misc/espresso/cubestr.c
@@ -13,6 +13,9 @@
#include "espresso.h"
+ABC_NAMESPACE_IMPL_START
+
+
/*
cube_setup -- assume that the fields "num_vars", "num_binary_vars", and
part_size[num_binary_vars .. num_vars-1] are setup, and initialize the
@@ -150,3 +153,5 @@ void restore_cube_struct()
cube = temp_cube_save; /* structure copy ! */
cdata = temp_cdata_save; /* "" */
}
+ABC_NAMESPACE_IMPL_END
+