mirror of https://github.com/CGAL/cgal
Remove trailing whitespace
This commit is contained in:
parent
82e5b3a02d
commit
dad0287b69
|
|
@ -1920,7 +1920,7 @@ private:
|
||||||
Vector_3 no = compute_normal(face(opposite(h, mesh_), mesh_));
|
Vector_3 no = compute_normal(face(opposite(h, mesh_), mesh_));
|
||||||
return n * no > 0.;
|
return n * no > 0.;
|
||||||
}
|
}
|
||||||
|
|
||||||
public:
|
public:
|
||||||
const Triangle_list& input_triangles() const {
|
const Triangle_list& input_triangles() const {
|
||||||
return input_triangles_;
|
return input_triangles_;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue