summaryrefslogtreecommitdiff
path: root/src/theory/theory_engine.h
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2010-05-28 22:01:18 +0000
committerTim King <taking@cs.nyu.edu>2010-05-28 22:01:18 +0000
commit6aa071ef292d999828aa2f53e25179959404bea5 (patch)
tree46dfa2fe44547ffe5375b00bafdc231b51682fe4 /src/theory/theory_engine.h
parent7d9d562bb560cb4b83ffaaf94918f834916dad2f (diff)
A few changes to the organization of TheoryEngine rewriting. A few bug fixes for it as well. make check should now work again.
Diffstat (limited to 'src/theory/theory_engine.h')
-rw-r--r--src/theory/theory_engine.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/theory/theory_engine.h b/src/theory/theory_engine.h
index e9cb56b88..63d7a299f 100644
--- a/src/theory/theory_engine.h
+++ b/src/theory/theory_engine.h
@@ -145,7 +145,8 @@ class TheoryEngine {
}
Debug("rewrite") << "rewrote-children of " << in << std::endl
<< "got " << b << std::endl;
- return b;
+ Node ret = b;
+ return ret;
}
/**
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback