summaryrefslogtreecommitdiff
path: root/src/theory/arith/partial_model.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/partial_model.h')
-rw-r--r--src/theory/arith/partial_model.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/arith/partial_model.h b/src/theory/arith/partial_model.h
index b7a1a0efe..30a684e47 100644
--- a/src/theory/arith/partial_model.h
+++ b/src/theory/arith/partial_model.h
@@ -32,7 +32,7 @@
#include "theory/arith/constraint_forward.h"
#include "theory/arith/delta_rational.h"
-namespace CVC5 {
+namespace cvc5 {
namespace context {
class Context;
}
@@ -414,6 +414,6 @@ private:
} // namespace arith
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__THEORY__ARITH__PARTIAL_MODEL_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback