summaryrefslogtreecommitdiff
path: root/src/theory/arith/nl/icp/candidate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/nl/icp/candidate.cpp')
-rw-r--r--src/theory/arith/nl/icp/candidate.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/arith/nl/icp/candidate.cpp b/src/theory/arith/nl/icp/candidate.cpp
index df894ee12..87d823018 100644
--- a/src/theory/arith/nl/icp/candidate.cpp
+++ b/src/theory/arith/nl/icp/candidate.cpp
@@ -23,7 +23,7 @@
#include "theory/arith/nl/icp/intersection.h"
#include "theory/arith/nl/poly_conversion.h"
-namespace CVC4 {
+namespace CVC5 {
namespace theory {
namespace arith {
namespace nl {
@@ -115,6 +115,6 @@ std::ostream& operator<<(std::ostream& os, const Candidate& c)
} // namespace nl
} // namespace arith
} // namespace theory
-} // namespace CVC4
+} // namespace CVC5
#endif
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback