summaryrefslogtreecommitdiff
path: root/src/expr/command.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/command.cpp')
-rw-r--r--src/expr/command.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr/command.cpp b/src/expr/command.cpp
index 220629cfd..9df4dba85 100644
--- a/src/expr/command.cpp
+++ b/src/expr/command.cpp
@@ -890,7 +890,7 @@ void GetModelCommand::printResult(std::ostream& out) const throw() {
if(! ok()) {
this->Command::printResult(out);
} else {
- d_smtEngine->printModel( out, d_result );
+ out << *d_result;
}
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback