mirror of https://github.com/CGAL/cgal
Test earlier
Co-authored-by: Andreas Fabri <andreas.fabri@geometryfactory.com>
This commit is contained in:
parent
73cf624d0f
commit
f879c68155
|
|
@ -244,9 +244,8 @@ namespace CommonKernelFunctors {
|
|||
|
||||
const Vector_3 abac1 = xproduct(ab1, ac1);
|
||||
const Vector_3 abad1 = xproduct(ab1, ad1);
|
||||
const FT sc_prod_1 = abac1 * abad1;
|
||||
|
||||
if (abac1==NULL_VECTOR || abad1==NULL_VECTOR) return SMALLER;
|
||||
const FT sc_prod_1 = abac1 * abad1;
|
||||
|
||||
CGAL_kernel_assertion_msg( abac1 != NULL_VECTOR,
|
||||
"ab1 and ac1 are collinear" );
|
||||
|
|
|
|||
Loading…
Reference in New Issue