summaryrefslogtreecommitdiff
path: root/src/theory/arith/nl/ext/monomial.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/nl/ext/monomial.cpp')
-rw-r--r--src/theory/arith/nl/ext/monomial.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/arith/nl/ext/monomial.cpp b/src/theory/arith/nl/ext/monomial.cpp
index c969fe0e7..83d0ff71f 100644
--- a/src/theory/arith/nl/ext/monomial.cpp
+++ b/src/theory/arith/nl/ext/monomial.cpp
@@ -124,7 +124,7 @@ void MonomialIndex::addTerm(Node n,
MonomialDb::MonomialDb()
{
- d_one = NodeManager::currentNM()->mkConst(Rational(1));
+ d_one = NodeManager::currentNM()->mkConst(CONST_RATIONAL, Rational(1));
}
void MonomialDb::registerMonomial(Node n)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback