]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/elaboration/chr/planning/items/GenericPrePlanItem.java
Implemented GraphPropertyRelation with the new CHR implementation
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / elaboration / chr / planning / items / GenericPrePlanItem.java
index cbd63c5e6c8e23657fca86f64560e0a0805d89b5..9dceb106ec2dee7d52e91056c255afe008cdaf8a 100644 (file)
@@ -103,7 +103,7 @@ public class GenericPrePlanItem extends PrePlanItem {
                     killAfterMatch(), literal.passive));
         else if(relation instanceof ExternalCHRRelation)
             context.addPlanOp(new IterateRelationOp(location, ((ExternalCHRRelation)relation).relation,
-                    freeVariables, boundExpressions, boundMask));
+                    freeVariables, boundExpressions, literal.typeConstraintEvidenceParameters, boundMask));
         else
             throw new InternalCompilerError();
         if(freeVariableCount > 1) {