diff options
Diffstat (limited to 'src/map/cov/covMinEsop.c')
-rw-r--r-- | src/map/cov/covMinEsop.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/map/cov/covMinEsop.c b/src/map/cov/covMinEsop.c index 7dd3db30..8497a6b4 100644 --- a/src/map/cov/covMinEsop.c +++ b/src/map/cov/covMinEsop.c @@ -20,6 +20,9 @@ #include "covInt.h" +ABC_NAMESPACE_IMPL_START + + //////////////////////////////////////////////////////////////////////// /// DECLARATIONS /// //////////////////////////////////////////////////////////////////////// @@ -297,3 +300,5 @@ void Min_EsopAddCube( Min_Man_t * p, Min_Cube_t * pCube ) //////////////////////////////////////////////////////////////////////// +ABC_NAMESPACE_IMPL_END + |