summaryrefslogtreecommitdiff
path: root/src/smt/process_assertions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/process_assertions.cpp')
-rw-r--r--src/smt/process_assertions.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/smt/process_assertions.cpp b/src/smt/process_assertions.cpp
index 7ff4e54b5..29651211c 100644
--- a/src/smt/process_assertions.cpp
+++ b/src/smt/process_assertions.cpp
@@ -39,11 +39,11 @@
#include "theory/theory_engine.h"
using namespace std;
-using namespace CVC5::preprocessing;
-using namespace CVC5::theory;
-using namespace CVC5::kind;
+using namespace cvc5::preprocessing;
+using namespace cvc5::theory;
+using namespace cvc5::kind;
-namespace CVC5 {
+namespace cvc5 {
namespace smt {
/** Useful for counting the number of recursive calls. */
@@ -462,4 +462,4 @@ void ProcessAssertions::dumpAssertions(const char* key,
}
} // namespace smt
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback