Whitespace clean

This commit is contained in:
Tiago Gomes
2012-12-17 18:39:42 +00:00
parent 2f2f88e571
commit 3eb6b76ddd
27 changed files with 127 additions and 128 deletions

View File

@@ -221,7 +221,7 @@ ParfactorList::isShattered (
}
void
ParfactorList::addToShatteredList (Parfactor* g)
{
@@ -481,7 +481,7 @@ ParfactorList::shatter (
ConstraintTree* commCt2 = split2.first;
ConstraintTree* exclCt2 = split2.second;
assert (commCt1->tupleSet (f1.logVars()) ==
assert (commCt1->tupleSet (f1.logVars()) ==
commCt2->tupleSet (f2.logVars()));
// stringstream ss1; ss1 << "" << count << "_A.dot" ;