mirror of https://github.com/CGAL/cgal
Tiny indentation fix
This commit is contained in:
parent
3182689f30
commit
8d95d22a9e
|
|
@ -1811,7 +1811,8 @@ namespace CommonKernelFunctors {
|
|||
{
|
||||
CGAL_kernel_precondition(! K().collinear_3_object()(p,q,r) );
|
||||
Vector_3 res = CGAL::cross_product(q-p, r-p);
|
||||
return res; }
|
||||
return res;
|
||||
}
|
||||
};
|
||||
|
||||
template <typename K>
|
||||
|
|
@ -2578,7 +2579,7 @@ namespace CommonKernelFunctors {
|
|||
Vector_3 res = CGAL::cross_product(q-p, r-p);
|
||||
res = res / CGAL::sqrt(res.squared_length());
|
||||
return res;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
template <typename K>
|
||||
|
|
|
|||
Loading…
Reference in New Issue