fixed bug in CircleRange::minimalContainer

This commit is contained in:
caheckman 2019-06-05 10:42:29 -04:00
parent b127e3c91b
commit 65e3ab768f

View file

@ -489,7 +489,7 @@ bool CircleRange::minimalContainer(const CircleRange &op2,int4 maxStep)
} }
else { else {
left = op2.left; left = op2.left;
right = bRight; right = aRight;
} }
break; break;
case 'b': // order (l op2.l r op2.r) case 'b': // order (l op2.l r op2.r)