mirror of https://github.com/CGAL/cgal
Remove the trailing white space I added by error
This commit is contained in:
parent
a6050f4bb3
commit
fa83872f81
|
|
@ -289,7 +289,7 @@ _test_cls_aff_transformation_2(const R& )
|
|||
auto unit = [](CGAL::Vector_2<R> v) { return v / CGAL::approximate_sqrt(v*v); };
|
||||
assert( dir == dir.transform(co1) || nonexact);
|
||||
assert( (unit(dir.to_vector()) - unit(dir.transform(co1).to_vector())).squared_length() < 1e-5);
|
||||
|
||||
|
||||
assert( lin == lin.transform(co1) || nonexact );
|
||||
|
||||
// even
|
||||
|
|
|
|||
Loading…
Reference in New Issue