You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix assert in ravl_node_rank_difference_parent().
ravl_node_rank() do not have to be positive - it can return (-1),
so the assert has to be corrected.
For example:
if ravl_node_rank(p) = 0 and ravl_node_rank(n) = -1, then rv = 1.
Ref: #717
Signed-off-by: Lukasz Dorau <[email protected]>
0 commit comments