summaryrefslogtreecommitdiff
path: root/src/util/floatingpoint_size.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/floatingpoint_size.cpp')
-rw-r--r--src/util/floatingpoint_size.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/floatingpoint_size.cpp b/src/util/floatingpoint_size.cpp
index 9b14db699..78558ab27 100644
--- a/src/util/floatingpoint_size.cpp
+++ b/src/util/floatingpoint_size.cpp
@@ -15,7 +15,7 @@
#include "base/check.h"
-namespace CVC4 {
+namespace CVC5 {
FloatingPointSize::FloatingPointSize(uint32_t exp_size, uint32_t sig_size)
: d_exp_size(exp_size), d_sig_size(sig_size)
@@ -31,4 +31,4 @@ FloatingPointSize::FloatingPointSize(const FloatingPointSize& old)
Assert(validSignificandSize(d_sig_size));
}
-} // namespace CVC4
+} // namespace CVC5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback