summaryrefslogtreecommitdiff
path: root/src/util/floatingpoint_size.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/floatingpoint_size.h')
-rw-r--r--src/util/floatingpoint_size.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/floatingpoint_size.h b/src/util/floatingpoint_size.h
index ed5dccc4f..8350ffaec 100644
--- a/src/util/floatingpoint_size.h
+++ b/src/util/floatingpoint_size.h
@@ -16,7 +16,7 @@
#ifndef CVC4__FLOATINGPOINT_SIZE_H
#define CVC4__FLOATINGPOINT_SIZE_H
-namespace CVC5 {
+namespace cvc5 {
// Inline these!
inline bool validExponentSize(uint32_t e) { return e >= 2; }
@@ -92,6 +92,6 @@ struct FloatingPointSizeHashFunction
| t.significandWidth());
}
}; /* struct FloatingPointSizeHashFunction */
-} // namespace CVC5
+} // namespace cvc5
#endif
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback