summaryrefslogtreecommitdiff
path: root/src/theory/theory.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2014-03-19 17:30:59 -0400
committerMorgan Deters <mdeters@cs.nyu.edu>2014-03-19 17:57:07 -0400
commitfd33dbfa378f0a1be4d5fbde9aecb800715e4aa1 (patch)
treea34001ea6d1296ba2f9a5fabba1eec2538adf755 /src/theory/theory.h
parent9d855960ba88c9b476ab1be17b7686c009f516f5 (diff)
Fix documentation for Theory::preRegisterTerm().
Diffstat (limited to 'src/theory/theory.h')
-rw-r--r--src/theory/theory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/theory.h b/src/theory/theory.h
index 42cdea280..ff648e1f2 100644
--- a/src/theory/theory.h
+++ b/src/theory/theory.h
@@ -498,7 +498,7 @@ public:
}
/**
- * Pre-register a term. Done one time for a Node, ever.
+ * Pre-register a term. Done one time for a Node per SAT context level.
*/
virtual void preRegisterTerm(TNode) { }
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback