Commit b4a46eb6 by Alan Mishchenko

Bug fixes in CUDD 2.4.2.

parent a24e678a
...@@ -193,10 +193,10 @@ cuddTestInteract( ...@@ -193,10 +193,10 @@ cuddTestInteract(
int x, int x,
int y) int y)
{ {
long posn, word, bit, result; int posn, word, bit, result;
if (x > y) { if (x > y) {
long tmp = x; int tmp = x;
x = y; x = y;
y = tmp; y = tmp;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment