This commit is contained in:
Andreas Fabri 2025-04-24 09:24:05 +01:00
parent c75cc8aabd
commit e45f8faaa7
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ namespace CGAL {
/*!
\ingroup PkgTriangulationsRef
A tag class to indicate that mirror indices are not stored in full cells.
A tag class to indicate that no mirror indices are stored in full cells.
*/
class TDS_full_cell_mirror_storage_policy
class TDS_full_cell_default_storage_policy
{};
}