summaryrefslogtreecommitdiff
path: root/src/smt/env.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/env.cpp')
-rw-r--r--src/smt/env.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/smt/env.cpp b/src/smt/env.cpp
index 6440c29d3..fc19299d4 100644
--- a/src/smt/env.cpp
+++ b/src/smt/env.cpp
@@ -25,9 +25,9 @@
#include "theory/rewriter.h"
#include "util/resource_manager.h"
-using namespace CVC5::smt;
+using namespace cvc5::smt;
-namespace CVC5 {
+namespace cvc5 {
Env::Env(NodeManager* nm)
: d_context(new context::Context()),
@@ -101,4 +101,4 @@ const Printer& Env::getPrinter()
std::ostream& Env::getDumpOut() { return *d_options.getOut(); }
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback