mirror of https://github.com/CGAL/cgal
parent
28e67e51da
commit
21fe94a3f1
|
|
@ -1,5 +1,5 @@
|
|||
/*!
|
||||
\ingroup PkgAlgebraicFoundationsRealNumberTypesConcepts
|
||||
\ingroup PkgAlgebraicFoundationsAlgebraicStructuresConcepts
|
||||
\cgalConcept
|
||||
|
||||
The concept `FieldNumberType` combines the requirements of the concepts
|
||||
|
|
@ -29,6 +29,7 @@ for Cartesian kernels.
|
|||
class FieldNumberType {
|
||||
public:
|
||||
|
||||
/// @{
|
||||
/// @}
|
||||
|
||||
}; /* end FieldNumberType */
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/*!
|
||||
\ingroup PkgAlgebraicFoundationsRealNumberTypesConcepts
|
||||
\ingroup PkgAlgebraicFoundationsAlgebraicStructuresConcepts
|
||||
\cgalConcept
|
||||
|
||||
The concept `RingNumberType` combines the requirements of the concepts
|
||||
|
|
|
|||
Loading…
Reference in New Issue