summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/quantifiers_rewriter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/quantifiers_rewriter.cpp')
-rw-r--r--src/theory/quantifiers/quantifiers_rewriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers/quantifiers_rewriter.cpp b/src/theory/quantifiers/quantifiers_rewriter.cpp
index 4850d999b..c397e9d05 100644
--- a/src/theory/quantifiers/quantifiers_rewriter.cpp
+++ b/src/theory/quantifiers/quantifiers_rewriter.cpp
@@ -551,7 +551,7 @@ Node QuantifiersRewriter::computeOperation( Node f, int computeOption ){
n = computeCNF( n, args, defs, false );
ipl = Node::null();
}
- if( f[1]==n && args.size()==long(f[0].getNumChildren()) ){
+ if( f[1]==n && args.size()==f[0].getNumChildren() ){
return f;
}else{
if( args.empty() ){
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback