mirror of https://github.com/CGAL/cgal
fix includes
This commit is contained in:
parent
50c483ccb7
commit
2950427b2c
|
|
@ -31,7 +31,9 @@
|
||||||
compute the gcd of univariate polynomials with (nested) sqrt-extensions
|
compute the gcd of univariate polynomials with (nested) sqrt-extensions
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <CGAL/Polynomial/modular_gcd_utcf_pure_wang.h>
|
||||||
#define MY_FUNCTION_CALL modular_gcd_utcf_pure_wang
|
#define MY_FUNCTION_CALL modular_gcd_utcf_pure_wang
|
||||||
|
|
||||||
#include <CGAL/Arithmetic_kernel.h>
|
#include <CGAL/Arithmetic_kernel.h>
|
||||||
#include <CGAL/test_modular_gcd.h>
|
#include <CGAL/test_modular_gcd.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -31,13 +31,13 @@
|
||||||
the gcd of univariate polynomials with (nested) sqrt-extensions
|
the gcd of univariate polynomials with (nested) sqrt-extensions
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <CGAL/Polynomial/modular_gcd_utcf_with_wang.h>
|
||||||
#define MY_FUNCTION_CALL modular_gcd_utcf_with_wang
|
#define MY_FUNCTION_CALL modular_gcd_utcf_with_wang
|
||||||
|
|
||||||
#include <CGAL/Arithmetic_kernel.h>
|
#include <CGAL/Arithmetic_kernel.h>
|
||||||
#include <CGAL/test_modular_gcd.h>
|
#include <CGAL/test_modular_gcd.h>
|
||||||
|
|
||||||
int main(){
|
int main(){
|
||||||
|
|
||||||
|
|
||||||
// Set wrong rounding mode to test modular arithmetic
|
// Set wrong rounding mode to test modular arithmetic
|
||||||
CGAL::Protect_FPU_rounding<true> pfr(CGAL_FE_UPWARD);
|
CGAL::Protect_FPU_rounding<true> pfr(CGAL_FE_UPWARD);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue