summaryrefslogtreecommitdiff
path: root/src/util/gmp_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/gmp_util.h')
-rw-r--r--src/util/gmp_util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/gmp_util.h b/src/util/gmp_util.h
index bf13669d3..0ecc6485d 100644
--- a/src/util/gmp_util.h
+++ b/src/util/gmp_util.h
@@ -22,7 +22,7 @@
#include <gmpxx.h>
-namespace CVC4 {
+namespace CVC5 {
/** Hashes the gmp integer primitive in a word by word fashion. */
inline size_t gmpz_hash(const mpz_t toHash) {
@@ -35,6 +35,6 @@ inline size_t gmpz_hash(const mpz_t toHash) {
return hash;
}/* gmpz_hash() */
-}/* CVC4 namespace */
+} // namespace CVC5
#endif /* CVC4__GMP_UTIL_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback