summaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorChristopher L. Conway <christopherleeconway@gmail.com>2010-10-28 21:12:02 +0000
committerChristopher L. Conway <christopherleeconway@gmail.com>2010-10-28 21:12:02 +0000
commitd2ff1974a7cd87d841e1bcaeb0d93665f70d9259 (patch)
tree6f35a4d1f191739fe9f1c2c237f6ede3ed5c99ab /src/main
parentc39254b98c010397fa5b2da9513d7b3451d682d7 (diff)
Changing NodeBuilder::debugCheckType() to maybeCheckType()
Changing NodeManager/ExprManager constructors to take Options
Diffstat (limited to 'src/main')
-rw-r--r--src/main/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/main.cpp b/src/main/main.cpp
index 7943da0e7..38c75f0d3 100644
--- a/src/main/main.cpp
+++ b/src/main/main.cpp
@@ -172,7 +172,7 @@ int runCvc4(int argc, char* argv[]) {
}
// Create the expression manager
- ExprManager exprMgr(options.earlyTypeChecking);
+ ExprManager exprMgr(options);
// Create the SmtEngine
SmtEngine smt(&exprMgr, options);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback