summaryrefslogtreecommitdiff
path: root/src/expr/expr_template.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-08-30 21:13:44 +0000
committerMorgan Deters <mdeters@gmail.com>2012-08-30 21:13:44 +0000
commitec9e426df607f13e5a0c0f52fbc6ed5dbb79fdf9 (patch)
tree6293f02761b5c8c07d4b37ce6a82045ae51336f4 /src/expr/expr_template.h
parent06e088262574a9f3e1638d89b93a25ae83514820 (diff)
set the default expression-printing depth to "unlimited"
Diffstat (limited to 'src/expr/expr_template.h')
-rw-r--r--src/expr/expr_template.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr/expr_template.h b/src/expr/expr_template.h
index c50e85ac2..e26e99ded 100644
--- a/src/expr/expr_template.h
+++ b/src/expr/expr_template.h
@@ -666,7 +666,7 @@ class CVC4_PUBLIC ExprSetDepth {
* The default depth to print, for ostreams that haven't yet had a
* setdepth() applied to them.
*/
- static const int s_defaultPrintDepth = 3;
+ static const int s_defaultPrintDepth = -1;
/**
* When this manipulator is used, the depth is stored here.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback