summaryrefslogtreecommitdiff
path: root/src/util/real_algebraic_number_poly_imp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/real_algebraic_number_poly_imp.h')
-rw-r--r--src/util/real_algebraic_number_poly_imp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/real_algebraic_number_poly_imp.h b/src/util/real_algebraic_number_poly_imp.h
index b376a236a..6b014830c 100644
--- a/src/util/real_algebraic_number_poly_imp.h
+++ b/src/util/real_algebraic_number_poly_imp.h
@@ -16,8 +16,8 @@
#include "cvc4_private.h"
-#ifndef CVC4__REAL_ALGEBRAIC_NUMBER_H
-#define CVC4__REAL_ALGEBRAIC_NUMBER_H
+#ifndef CVC5__REAL_ALGEBRAIC_NUMBER_H
+#define CVC5__REAL_ALGEBRAIC_NUMBER_H
#include <vector>
@@ -150,4 +150,4 @@ bool isOne(const RealAlgebraicNumber& ran);
} // namespace cvc5
-#endif /* CVC4__REAL_ALGEBRAIC_NUMBER_H */
+#endif /* CVC5__REAL_ALGEBRAIC_NUMBER_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback