mirror of https://github.com/CGAL/cgal
add missing protection
This commit is contained in:
parent
616b2828b2
commit
766be48f1b
|
|
@ -628,7 +628,9 @@ inline double IA_sqrt_toward_zero(double d) {
|
||||||
} //namespace CGAL
|
} //namespace CGAL
|
||||||
|
|
||||||
#ifdef CGAL_HEADER_ONLY
|
#ifdef CGAL_HEADER_ONLY
|
||||||
|
#ifndef CGAL_DISABLE_ROUNDING_MATH_CHECK
|
||||||
#include <CGAL/test_FPU_rounding_mode_impl.h>
|
#include <CGAL/test_FPU_rounding_mode_impl.h>
|
||||||
|
#endif
|
||||||
#endif // CGAL_HEADER_ONLY
|
#endif // CGAL_HEADER_ONLY
|
||||||
|
|
||||||
#endif // CGAL_FPU_H
|
#endif // CGAL_FPU_H
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue