mirror of https://github.com/CGAL/cgal
45 lines
560 B
C
45 lines
560 B
C
#if TESTR == 1
|
|
|
|
typedef double testnt;
|
|
typedef CGAL::Cartesian<testnt> TestR;
|
|
|
|
#endif
|
|
|
|
#if TESTR == 2
|
|
|
|
typedef long testnt;
|
|
typedef CGAL::Homogeneous<testnt> TestR;
|
|
|
|
#endif
|
|
|
|
|
|
#if TESTR == 3
|
|
|
|
typedef CGAL::TestfieldC testnt;
|
|
typedef CGAL::Cartesian<testnt> TestR;
|
|
|
|
#endif
|
|
|
|
|
|
#if TESTR == 4
|
|
|
|
typedef CGAL::TestrepH testnt;
|
|
typedef CGAL::Homogeneous<testnt> TestR;
|
|
|
|
|
|
#endif
|
|
|
|
#if TESTR == 5
|
|
|
|
typedef double testnt;
|
|
typedef CGAL::Homogeneous<testnt> TestR;
|
|
|
|
#endif
|
|
|
|
#if TESTR == 6
|
|
|
|
typedef CGAL::Checked_long testnt;
|
|
typedef CGAL::Homogeneous<testnt> TestR;
|
|
|
|
#endif
|