Update Kernel_23/test/Kernel_23/Filtered_cartesian.cpp

This commit is contained in:
Laurent Rineau 2022-09-23 15:32:52 +02:00 committed by GitHub
parent f417495a0e
commit 9d40a225ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
// Author(s) : Sylvain Pion
// This defines removes the operator/ from CGAL::Mpzf to check that functors not using
// the tag`FT_necessary` really only need a RT (ring type) without division.
// the tag `FT_necessary` really only need a RT (ring type) without division.
#define CGAL_NO_MPZF_DIVISION_OPERATOR 1
#include <CGAL/Cartesian.h>