diff options
Diffstat (limited to 'src/bdd/cudd/cuddZddGroup.c')
-rw-r--r-- | src/bdd/cudd/cuddZddGroup.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bdd/cudd/cuddZddGroup.c b/src/bdd/cudd/cuddZddGroup.c index 8845dc49..0bf611e5 100644 --- a/src/bdd/cudd/cuddZddGroup.c +++ b/src/bdd/cudd/cuddZddGroup.c @@ -43,6 +43,9 @@ #include "util_hack.h" #include "cuddInt.h" +ABC_NAMESPACE_IMPL_START + + /*---------------------------------------------------------------------------*/ /* Constant declarations */ /*---------------------------------------------------------------------------*/ @@ -1315,3 +1318,5 @@ zddMergeGroups( } /* end of zddMergeGroups */ +ABC_NAMESPACE_IMPL_END + |