Skip to content

Commit

Permalink
Fix multi partial order
Browse files Browse the repository at this point in the history
  • Loading branch information
RipplB committed Jun 1, 2024
1 parent e46e855 commit 8b420a1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ class MultiPartialOrd<LState : State, RState : State, DataState : State, LContro
&& rightPartOrd.isLeq(
rightCombineStates(state1.rightState, state1.dataState),
rightCombineStates(state2.rightState, state2.dataState)
)
&& ((!state1.isSourceMatteringInEquality && !state2.isSourceMatteringInEquality) || (state1.sourceSide == state2.sourceSide)));
))
}
}

0 comments on commit 8b420a1

Please sign in to comment.