summaryrefslogtreecommitdiffstats
path: root/src/bdd/cudd/cuddZddGroup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bdd/cudd/cuddZddGroup.c')
-rw-r--r--src/bdd/cudd/cuddZddGroup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bdd/cudd/cuddZddGroup.c b/src/bdd/cudd/cuddZddGroup.c
index 2d2a5049..dfdf8bb3 100644
--- a/src/bdd/cudd/cuddZddGroup.c
+++ b/src/bdd/cudd/cuddZddGroup.c
@@ -436,7 +436,7 @@ zddReorderChildren(
Cudd_ReorderingType method)
{
int lower;
- int upper;
+ int upper = -1;
int result;
unsigned int initialSize;
@@ -1084,7 +1084,7 @@ zddGroupMove(
Move *move;
int size;
int i,j,xtop,xbot,xsize,ytop,ybot,ysize,newxtop;
- int swapx,swapy;
+ int swapx=-1,swapy=-1;
#if defined(DD_DEBUG) && defined(DD_VERBOSE)
int initialSize,bestSize;
#endif