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

This commit is contained in:
Alan Mishchenko 2018-11-10 11:08:15 -08:00
parent 4d56acfd5a
commit fb436339a9
1 changed files with 1 additions and 1 deletions

View File

@ -480,7 +480,7 @@ cuddDynamicAllocNode(
node = table->nextFree;
table->nextFree = node->next;
node->Id = 0;
//node->Id = 0;
return (node);
} /* end of cuddDynamicAllocNode */