summaryrefslogtreecommitdiff
path: root/src/theory/uf/theory_uf_model.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/uf/theory_uf_model.cpp')
-rw-r--r--src/theory/uf/theory_uf_model.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/uf/theory_uf_model.cpp b/src/theory/uf/theory_uf_model.cpp
index abb0c2e6c..5727d62cd 100644
--- a/src/theory/uf/theory_uf_model.cpp
+++ b/src/theory/uf/theory_uf_model.cpp
@@ -21,9 +21,9 @@
#include "theory/rewriter.h"
#include "theory/theory_model.h"
-using namespace CVC4::kind;
+using namespace CVC5::kind;
-namespace CVC4 {
+namespace CVC5 {
namespace theory {
namespace uf {
@@ -243,4 +243,4 @@ Node UfModelTree::getFunctionValue( const char* argPrefix, bool simplify ){
} // namespace uf
} // namespace theory
-} // namespace CVC4
+} // namespace CVC5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback