Skip to content

Commit 45db753

Browse files
committed
Resetting scaling factor after folding quantified predicate
1 parent 6c92a85 commit 45db753

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/scala/rules/PredicateSupporter.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ object predicateSupporter extends PredicateSupportRules {
9393
val s3 = s2.copy(g = s.g,
9494
h = h3,
9595
smCache = smCache,
96+
permissionScalingFactor = s.permissionScalingFactor,
9697
functionRecorder = s2.functionRecorder.recordFvfAndDomain(smDef))
9798
Q(s3, v1)
9899
} else {

0 commit comments

Comments
 (0)