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:
Menelaos Karavelas 2003-08-21 16:22:42 +00:00
parent 78668d2004
commit 483323c539
3 changed files with 3 additions and 3 deletions

View File

@ -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}.

View File

@ -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}.

View File

@ -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 =