summaryrefslogtreecommitdiff
path: root/src/theory/arith/nl/transcendental/sine_solver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/nl/transcendental/sine_solver.cpp')
-rw-r--r--src/theory/arith/nl/transcendental/sine_solver.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/arith/nl/transcendental/sine_solver.cpp b/src/theory/arith/nl/transcendental/sine_solver.cpp
index 528e0bea2..052b6c056 100644
--- a/src/theory/arith/nl/transcendental/sine_solver.cpp
+++ b/src/theory/arith/nl/transcendental/sine_solver.cpp
@@ -28,7 +28,7 @@
#include "theory/arith/nl/transcendental/transcendental_state.h"
#include "theory/rewriter.h"
-namespace CVC4 {
+namespace CVC5 {
namespace theory {
namespace arith {
namespace nl {
@@ -484,4 +484,4 @@ std::pair<Node, Node> SineSolver::getSecantBounds(TNode e,
} // namespace nl
} // namespace arith
} // namespace theory
-} // namespace CVC4
+} // namespace CVC5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback