remove reference to a CGAL class removed

This commit is contained in:
Sébastien Loriot 2013-01-31 19:01:45 +01:00
parent 0ee968a166
commit d72ba34294
1 changed files with 1 additions and 3 deletions

View File

@ -31,9 +31,7 @@ typedef Hidden_type FT;
/*!
Some model of concept `RingNumberType` that
provides exact arithmetic, meaning that
`CGAL::Number_type_traits<ET>::Has_exact_ring_operations`
must be `CGAL::Tag_true`. In addition, `ET` must be
provides exact arithmetic. In addition, `ET` must be
able to exactly represent any finite `double` value. (An
example for such a type is `CGAL::MP_Float`.).
The type