summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2013-11-29 11:06:44 -0500
committerMorgan Deters <mdeters@cs.nyu.edu>2013-11-29 11:06:44 -0500
commitff6d52af155e37e27bcc8a963ecf1c272067e1f2 (patch)
treeb3d90544187b9eb15f206d5678246157c3ff04cf
parent24a44a8723895a6749706ba2a3f73c51aea13d72 (diff)
Fix portfolio compile error.
-rw-r--r--src/main/driver_unified.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/driver_unified.cpp b/src/main/driver_unified.cpp
index 3f5e5424e..1922455d6 100644
--- a/src/main/driver_unified.cpp
+++ b/src/main/driver_unified.cpp
@@ -194,7 +194,7 @@ int runCvc4(int argc, char* argv[], Options& opts) {
pExecutor = new CommandExecutor(*exprMgr, opts);
# else
vector<Options> threadOpts = parseThreadSpecificOptions(opts);
- if(opts.wasSetByUser[options::incrementalSolving] &&
+ if(opts.wasSetByUser(options::incrementalSolving) &&
opts[options::incrementalSolving] &&
!opts[options::incrementalParallel]) {
Notice() << "Notice: In --incremental mode, using the sequential solver unless forced by...\n"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback