summaryrefslogtreecommitdiff
path: root/src/theory/arith/nl/ext/monomial.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/nl/ext/monomial.h')
-rw-r--r--src/theory/arith/nl/ext/monomial.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/arith/nl/ext/monomial.h b/src/theory/arith/nl/ext/monomial.h
index 6646e4a73..bbae33eda 100644
--- a/src/theory/arith/nl/ext/monomial.h
+++ b/src/theory/arith/nl/ext/monomial.h
@@ -12,8 +12,8 @@
** \brief Utilities for monomials
**/
-#ifndef CVC4__THEORY__ARITH__NL__EXT__MONOMIAL_H
-#define CVC4__THEORY__ARITH__NL__EXT__MONOMIAL_H
+#ifndef CVC5__THEORY__ARITH__NL__EXT__MONOMIAL_H
+#define CVC5__THEORY__ARITH__NL__EXT__MONOMIAL_H
#include <map>
#include <vector>
@@ -146,4 +146,4 @@ class MonomialDb
} // namespace theory
} // namespace cvc5
-#endif /* CVC4__THEORY__ARITH__NL_MONOMIAL_H */
+#endif /* CVC5__THEORY__ARITH__NL_MONOMIAL_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback