Fixes in Periodic_2/3

This commit is contained in:
Andreas Fabri 2025-05-06 13:45:10 +01:00
parent 1440e46c2c
commit 33c05d40c2
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ public:
/*!
A type representing an
axis-aligned rectangle. It must be a model of
`Kernel::Iso_rectangle_2`.
`Kernel::IsoRectangle_2`.
*/
typedef unspecified_type Iso_rectangle_2;

View File

@ -51,7 +51,7 @@ typedef unspecified_type Periodic_3_offset_3;
/*!
A type representing an axis-aligned
cuboid. It must be a model of `Kernel::Iso_cuboid_3`.
cuboid. It must be a model of `Kernel::IsoCuboid_3`.
*/
typedef unspecified_type Iso_cuboid_3;