* Identical Expressions:
I believe the following is the correct fix, but perhaps someone more familiar with lib2geom should check:
if(depth > 12 || (Ar.maxExtent() < tol && Ar.maxExtent() < tol)) {
| V
if(depth > 12 || (Ar.maxExtent() < tol && Br.maxExtent() < tol)) {
* Identical Expressions:
I believe the following is the correct fix, but perhaps someone more familiar with lib2geom should check:
if(depth > 12 || (Ar.maxExtent() < tol && Ar.maxExtent() < tol)) {
if(depth > 12 || (Ar.maxExtent() < tol && Br.maxExtent() < tol)) {