Commit fb436339 by Alan Mishchenko

Undoing an old change, which affects BDD variable reordering on some examples in &reachy.

parent 4d56acfd
......@@ -480,7 +480,7 @@ cuddDynamicAllocNode(
node = table->nextFree;
table->nextFree = node->next;
node->Id = 0;
//node->Id = 0;
return (node);
} /* end of cuddDynamicAllocNode */
......
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