summaryrefslogtreecommitdiff
path: root/src/theory/theory_model.h
diff options
context:
space:
mode:
authorTim King <taking@google.com>2016-08-31 15:55:34 -0700
committerTim King <taking@google.com>2016-08-31 15:55:34 -0700
commit8b205c8bd2e5b0e682bc50ec256d549019175979 (patch)
tree4d5286f84e5d4cb29a00b2310e09283a1b91a01e /src/theory/theory_model.h
parent3634816bd90d12557d38340117cda8f92be2f328 (diff)
Beautifying theory_model.h.
Diffstat (limited to 'src/theory/theory_model.h')
-rw-r--r--src/theory/theory_model.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/theory_model.h b/src/theory/theory_model.h
index 7157433f9..c30d1eabc 100644
--- a/src/theory/theory_model.h
+++ b/src/theory/theory_model.h
@@ -53,7 +53,7 @@ public:
Node d_true;
Node d_false;
mutable std::hash_map<Node, Node, NodeHashFunction> d_modelCache;
-public:
+public:
/** comment stream to include in printing */
std::stringstream d_comment_str;
/** get comments */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback