summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-08-20 19:55:33 +0000
committerMorgan Deters <mdeters@gmail.com>2012-08-20 19:55:33 +0000
commitc38e9c2acd9ba85db68f6b52697cac6ddc0595b5 (patch)
tree01d040a4c8ef2f6b64bba694c7a8301dd91f764d /src/theory/quantifiers
parente18075c0b0aaf637b32a4bee54bff1adb6c218ee (diff)
minor cleanup
Diffstat (limited to 'src/theory/quantifiers')
-rw-r--r--src/theory/quantifiers/inst_match.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/theory/quantifiers/inst_match.cpp b/src/theory/quantifiers/inst_match.cpp
index 14a84ea72..ce35607d4 100644
--- a/src/theory/quantifiers/inst_match.cpp
+++ b/src/theory/quantifiers/inst_match.cpp
@@ -881,4 +881,6 @@ int InstMatchGeneratorSimple::addTerm( Node f, Node t, QuantifiersEngine* qe ){
return qe->addInstantiation( f, m ) ? 1 : 0;
}
-}}}
+}/* CVC4::theory::inst namespace */
+}/* CVC4::theory namespace */
+}/* CVC4 namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback