mirror of https://github.com/CGAL/cgal
Changed subdirectory name IA -> Interval_arithmetic
This commit is contained in:
parent
336cfd1a78
commit
243f7f40fc
|
|
@ -31,7 +31,7 @@
|
|||
#include <iostream.h>
|
||||
#include <CGAL/assertions.h>
|
||||
#include <CGAL/double.h> // For CGAL_is_valid() and CGAL_is_finite().
|
||||
#include <CGAL/IA/_FPU.h> // FPU rounding mode functions.
|
||||
#include <CGAL/Interval_arithmetic/_FPU.h> // FPU rounding mode functions.
|
||||
|
||||
|
||||
class CGAL_Interval_nt_advanced
|
||||
|
|
@ -421,23 +421,23 @@ ostream& operator<<(ostream& os, CGAL_Interval_nt_advanced& d)
|
|||
// Finally we source the cast functions from other NTs, when necessary.
|
||||
|
||||
#ifdef CGAL_GMPZ_H
|
||||
#include <CGAL/IA/IA_Gmpz.h>
|
||||
#include <CGAL/Interval_arithmetic/IA_Gmpz.h>
|
||||
#endif
|
||||
|
||||
#ifdef CGAL_BIGFLOAT_H
|
||||
#include <CGAL/IA/IA_leda_bigfloat.h>
|
||||
#include <CGAL/Interval_arithmetic/IA_leda_bigfloat.h>
|
||||
#endif
|
||||
|
||||
#ifdef CGAL_INTEGER_H
|
||||
#include <CGAL/IA/IA_leda_integer.h>
|
||||
#include <CGAL/Interval_arithmetic/IA_leda_integer.h>
|
||||
#endif
|
||||
|
||||
#ifdef CGAL_REAL_H
|
||||
#include <CGAL/IA/IA_leda_real.h>
|
||||
#include <CGAL/Interval_arithmetic/IA_leda_real.h>
|
||||
#endif
|
||||
|
||||
#ifdef CGAL_RATIONAL_H
|
||||
#include <CGAL/IA/IA_leda_rational.h>
|
||||
#include <CGAL/Interval_arithmetic/IA_leda_rational.h>
|
||||
#endif
|
||||
|
||||
#endif /* CGAL_INTERVAL_ARITHMETIC_H */
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
// release :
|
||||
// release_date :
|
||||
//
|
||||
// file : include/CGAL/IA/IA_Gmpz.h
|
||||
// file : include/CGAL/Interval_arithmetic/IA_Gmpz.h
|
||||
// revision : 1.7
|
||||
// revision_date : 1 July 1998
|
||||
// package : Interval Arithmetic
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
// release :
|
||||
// release_date :
|
||||
//
|
||||
// file : include/CGAL/IA/IA_leda_bigfloat.h
|
||||
// file : include/CGAL/Interval_arithmetic/IA_leda_bigfloat.h
|
||||
// revision : 1.7
|
||||
// revision_date : 1 July 1998
|
||||
// package : Interval Arithmetic
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
// release :
|
||||
// release_date :
|
||||
//
|
||||
// file : include/CGAL/IA/IA_leda_integer.h
|
||||
// file : include/CGAL/Interval_arithmetic/IA_leda_integer.h
|
||||
// revision : 1.7
|
||||
// revision_date : 1 July 1998
|
||||
// package : Interval Arithmetic
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
// release :
|
||||
// release_date :
|
||||
//
|
||||
// file : include/CGAL/IA/IA_leda_rational.h
|
||||
// file : include/CGAL/Interval_arithmetic/IA_leda_rational.h
|
||||
// revision : 1.7
|
||||
// revision_date : 1 July 1998
|
||||
// package : Interval Arithmetic
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
// release :
|
||||
// release_date :
|
||||
//
|
||||
// file : include/CGAL/IA/IA_leda_real.h
|
||||
// file : include/CGAL/Interval_arithmetic/IA_leda_real.h
|
||||
// revision : 1.7
|
||||
// revision_date : 1 July 1998
|
||||
// package : Interval Arithmetic
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
// release :
|
||||
// release_date :
|
||||
//
|
||||
// file : include/CGAL/IA/_FPU.h
|
||||
// file : include/CGAL/Interval_arithmetic/_FPU.h
|
||||
// revision : 1.7
|
||||
// revision_date : 1 July 1998
|
||||
// package : Interval Arithmetic
|
||||
|
|
|
|||
Loading…
Reference in New Issue