mirror of https://github.com/CGAL/cgal
remove reference to a CGAL class removed
This commit is contained in:
parent
0ee968a166
commit
d72ba34294
|
|
@ -31,9 +31,7 @@ typedef Hidden_type FT;
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
Some model of concept `RingNumberType` that
|
Some model of concept `RingNumberType` that
|
||||||
provides exact arithmetic, meaning that
|
provides exact arithmetic. In addition, `ET` must be
|
||||||
`CGAL::Number_type_traits<ET>::Has_exact_ring_operations`
|
|
||||||
must be `CGAL::Tag_true`. In addition, `ET` must be
|
|
||||||
able to exactly represent any finite `double` value. (An
|
able to exactly represent any finite `double` value. (An
|
||||||
example for such a type is `CGAL::MP_Float`.).
|
example for such a type is `CGAL::MP_Float`.).
|
||||||
The type
|
The type
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue