From 2c2313ea44e45e6b9d08b16bbe49780ce2ef74ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Thu, 16 Jan 2020 12:23:21 +0100 Subject: [PATCH] Do not use inheritance in concepts --- TDS_2/doc/TDS_2/Concepts/TriangulationDSFaceBase_2.h | 1 - TDS_2/doc/TDS_2/Concepts/TriangulationDSVertexBase_2.h | 1 - TDS_3/doc/TDS_3/Concepts/TriangulationDSCellBase_3.h | 1 - TDS_3/doc/TDS_3/Concepts/TriangulationDSVertexBase_3.h | 1 - 4 files changed, 4 deletions(-) diff --git a/TDS_2/doc/TDS_2/Concepts/TriangulationDSFaceBase_2.h b/TDS_2/doc/TDS_2/Concepts/TriangulationDSFaceBase_2.h index 2a99e243ab9..8ef6ea99deb 100644 --- a/TDS_2/doc/TDS_2/Concepts/TriangulationDSFaceBase_2.h +++ b/TDS_2/doc/TDS_2/Concepts/TriangulationDSFaceBase_2.h @@ -56,7 +56,6 @@ actually uses as a base class for the class */ class TriangulationDSFaceBase_2 - : public TriangulationDataStructure_2::Face { public: diff --git a/TDS_2/doc/TDS_2/Concepts/TriangulationDSVertexBase_2.h b/TDS_2/doc/TDS_2/Concepts/TriangulationDSVertexBase_2.h index 534accb027c..e7915a48888 100644 --- a/TDS_2/doc/TDS_2/Concepts/TriangulationDSVertexBase_2.h +++ b/TDS_2/doc/TDS_2/Concepts/TriangulationDSVertexBase_2.h @@ -52,7 +52,6 @@ of `CGAL::Triangulation_data_structure_2::Vertex`. */ class TriangulationDSVertexBase_2 - : public TriangulationDataStructure_2::Vertex { public: diff --git a/TDS_3/doc/TDS_3/Concepts/TriangulationDSCellBase_3.h b/TDS_3/doc/TDS_3/Concepts/TriangulationDSCellBase_3.h index 8f32290698d..2856e1d70bd 100644 --- a/TDS_3/doc/TDS_3/Concepts/TriangulationDSCellBase_3.h +++ b/TDS_3/doc/TDS_3/Concepts/TriangulationDSCellBase_3.h @@ -41,7 +41,6 @@ More information can be found in Section \ref TDS3secdesign. */ class TriangulationDSCellBase_3 - : public TriangulationDataStructure_3::Cell { public: diff --git a/TDS_3/doc/TDS_3/Concepts/TriangulationDSVertexBase_3.h b/TDS_3/doc/TDS_3/Concepts/TriangulationDSVertexBase_3.h index 73566772f4c..e1d35cb88fc 100644 --- a/TDS_3/doc/TDS_3/Concepts/TriangulationDSVertexBase_3.h +++ b/TDS_3/doc/TDS_3/Concepts/TriangulationDSVertexBase_3.h @@ -36,7 +36,6 @@ More information can be found in Section \ref TDS3secdesign. */ class TriangulationDSVertexBase_3 - : public TriangulationDataStructure_3::Vertex { public: