Undocument non-existent P4HT2 operators

This commit is contained in:
Mael Rouxel-Labbé 2022-10-04 23:43:39 +02:00
parent 0bd75b7cdb
commit 481684ac26
1 changed files with 0 additions and 14 deletions

View File

@ -150,20 +150,6 @@ public:
Deletes all faces and vertices of the triangulation. Deletes all faces and vertices of the triangulation.
*/ */
void clear(); void clear();
/*!
Equality operator.
\todo implement
*/
bool operator==(const Periodic_4_hyperbolic_triangulation_2<GT, TDS>& tr1,
const Periodic_4_hyperbolic_triangulation_2<GT, TDS>& tr2);
/*!
Inequality operator.
\todo implement
*/
bool operator!=(const Periodic_4_hyperbolic_triangulation_2<GT, TDS>& tr1,
const Periodic_4_hyperbolic_triangulation_2<GT, TDS>& tr2);
/// @} /// @}