summaryrefslogtreecommitdiffstats
path: root/src/misc/espresso/opo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/espresso/opo.c')
-rw-r--r--src/misc/espresso/opo.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/misc/espresso/opo.c b/src/misc/espresso/opo.c
index 19522f89..52dc4d76 100644
--- a/src/misc/espresso/opo.c
+++ b/src/misc/espresso/opo.c
@@ -9,6 +9,9 @@
*/
#include "espresso.h"
+ABC_NAMESPACE_IMPL_START
+
+
/*
* Phase assignment technique (T. Sasao):
*
@@ -622,3 +625,5 @@ pPLA PLA;
EXEC_S(PLA->F = espresso(PLA->F, PLA->D, PLA->R), "ESPRESSO ",PLA->F);
}
}
+ABC_NAMESPACE_IMPL_END
+