set the default expression-printing depth to "unlimited"
authorMorgan Deters <mdeters@gmail.com>
Thu, 30 Aug 2012 21:13:44 +0000 (21:13 +0000)
committerMorgan Deters <mdeters@gmail.com>
Thu, 30 Aug 2012 21:13:44 +0000 (21:13 +0000)
src/expr/expr_template.h

index c50e85ac2e7121bc10865009c6264bc43a3ad964..e26e99ded7e5f7942313f9d0a6f6a9946e0ab155 100644 (file)
@@ -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.