diff options
Diffstat (limited to 'src/bdd/cudd/cuddZddSymm.c')
-rw-r--r-- | src/bdd/cudd/cuddZddSymm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bdd/cudd/cuddZddSymm.c b/src/bdd/cudd/cuddZddSymm.c index 4979968a..f04772c9 100644 --- a/src/bdd/cudd/cuddZddSymm.c +++ b/src/bdd/cudd/cuddZddSymm.c @@ -1487,7 +1487,7 @@ zdd_group_move( Move *move; int size; int i, temp, gxtop, gxbot, gybot, yprev; - int swapx, swapy; + int swapx = -1, swapy = -1; #ifdef DD_DEBUG assert(x < y); /* we assume that x < y */ |