Bug fixes in CUDD 2.4.2.

This commit is contained in:
Alan Mishchenko
2011-12-06 07:39:55 -08:00
parent a24e678a79
commit b4a46eb688
+2 -2
View File
@@ -193,10 +193,10 @@ cuddTestInteract(
int x,
int y)
{
long posn, word, bit, result;
int posn, word, bit, result;
if (x > y) {
long tmp = x;
int tmp = x;
x = y;
y = tmp;
}