Skip to content
Snippets Groups Projects
Commit 93151fc1 authored by mariuskern's avatar mariuskern
Browse files

Prism and Pyramid fixed

parent e999264c
Branches
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ protected override void RecalculateTransform()
}
/// \copydoc Fact.Equivalent(Fact, Fact)
protected override bool EquivalentWrapped(PrismFact p1, PrismFact p2){
return DependentFactsEquivalent(p1, p1);
return DependentFactsEquivalent(p1, p2);
}
protected override Fact _ReInitializeMe(Dictionary<string, string> old_to_new){
......
......@@ -134,7 +134,7 @@ protected override void RecalculateTransform()
}
/// \copydoc Fact.Equivalent(Fact, Fact)
protected override bool EquivalentWrapped(PyramidFact p1, PyramidFact p2){
return DependentFactsEquivalent(p1, p1);
return DependentFactsEquivalent(p1, p2);
}
protected override Fact _ReInitializeMe(Dictionary<string, string> old_to_new){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment