diff options
Diffstat (limited to 'src/opt/fxu/fxuPrint.c')
-rw-r--r-- | src/opt/fxu/fxuPrint.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/opt/fxu/fxuPrint.c b/src/opt/fxu/fxuPrint.c index 652a830e..d7a4d38a 100644 --- a/src/opt/fxu/fxuPrint.c +++ b/src/opt/fxu/fxuPrint.c @@ -18,6 +18,9 @@ #include "fxuInt.h" +ABC_NAMESPACE_IMPL_START + + //////////////////////////////////////////////////////////////////////// /// DECLARATIONS /// //////////////////////////////////////////////////////////////////////// @@ -193,3 +196,5 @@ void Fxu_MatrixPrintDivisorProfile( FILE * pFile, Fxu_Matrix * p ) //////////////////////////////////////////////////////////////////////// +ABC_NAMESPACE_IMPL_END + |