Test earlier

Co-authored-by: Andreas Fabri <andreas.fabri@geometryfactory.com>
This commit is contained in:
Sebastien Loriot 2023-08-21 11:32:12 +02:00 committed by GitHub
parent 73cf624d0f
commit f879c68155
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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" );