mirror of https://github.com/CGAL/cgal
changed the default value for the interval number type from Interval_nt<true>
to Interval_nt<false>; also updated the doc
This commit is contained in:
parent
78668d2004
commit
483323c539
|
|
@ -50,7 +50,7 @@ The default values for the template parameters are as follows:
|
|||
\ccc{CM = CGAL::Ring_tag},
|
||||
\ccc{EK = CGAL::Simple_cartesian<CGAL::MP_Float>},
|
||||
\ccc{EM = CM},
|
||||
\ccc{FK = CGAL::Simple_cartesian<CGAL::Interval_nt<true> >},
|
||||
\ccc{FK = CGAL::Simple_cartesian<CGAL::Interval_nt<false> >},
|
||||
\ccc{FM = CM}.
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ The default values for the template parameters are as follows:
|
|||
\ccc{CM = CGAL::Ring_tag},
|
||||
\ccc{EK = CGAL::Simple_cartesian<CGAL::MP_Float>},
|
||||
\ccc{EM = CM},
|
||||
\ccc{FK = CGAL::Simple_cartesian<CGAL::Interval_nt<true> >},
|
||||
\ccc{FK = CGAL::Simple_cartesian<CGAL::Interval_nt<false> >},
|
||||
\ccc{FM = CM}.
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ template<class CK_t,
|
|||
class CK_MTag = Ring_tag,
|
||||
class EK_t = Simple_cartesian<MP_Float>,
|
||||
class EK_MTag = CK_MTag,
|
||||
class FK_t = Simple_cartesian< Interval_nt<true> >,
|
||||
class FK_t = Simple_cartesian< Interval_nt<false> >,
|
||||
class FK_MTag = CK_MTag,
|
||||
class C2E_t = Cartesian_converter<CK_t, EK_t>,
|
||||
class C2F_t =
|
||||
|
|
|
|||
Loading…
Reference in New Issue