typo
This commit is contained in:
parent
796740f56b
commit
2d329799ef
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ public:
|
|||
double x0, y0;
|
||||
cont_.get_vertex(0, &x0, &y0);
|
||||
return distance(x, y, x0, y0) <= abs(tol);
|
||||
} else if (cont_.size() == 1) {
|
||||
} else if (cont_.size() > 1) {
|
||||
bool inside=false;
|
||||
double x0, y0;
|
||||
rewind(0);
|
||||
|
|
Loading…
Reference in a new issue