summaryrefslogtreecommitdiff
path: root/src/theory/skolem_lemma.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/skolem_lemma.cpp')
-rw-r--r--src/theory/skolem_lemma.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/skolem_lemma.cpp b/src/theory/skolem_lemma.cpp
index 1b10d3ac8..c8125129f 100644
--- a/src/theory/skolem_lemma.cpp
+++ b/src/theory/skolem_lemma.cpp
@@ -16,7 +16,7 @@
#include "expr/skolem_manager.h"
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
SkolemLemma::SkolemLemma(TrustNode lem, Node k) : d_lemma(lem), d_skolem(k)
@@ -40,4 +40,4 @@ Node SkolemLemma::getSkolemLemmaFor(Node k)
}
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback