From f100fdf8977ff06ab097b9a1d1400a26b16aebb9 Mon Sep 17 00:00:00 2001 From: abn Date: Mon, 15 Oct 2018 10:22:28 +0200 Subject: [PATCH] Minor doxygen fix --- src/MEDCoupling/MEDCouplingUMesh.cxx | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/MEDCoupling/MEDCouplingUMesh.cxx b/src/MEDCoupling/MEDCouplingUMesh.cxx index 2cf2890fd..f5a62b94c 100644 --- a/src/MEDCoupling/MEDCouplingUMesh.cxx +++ b/src/MEDCoupling/MEDCouplingUMesh.cxx @@ -4502,16 +4502,6 @@ void MEDCouplingUMesh::tessellate2D(double eps) throw INTERP_KERNEL::Exception("MEDCouplingUMesh::tessellate2D : mesh dimension must be in [1,2] !"); } } -/*! - * Tessellates \a this 1D mesh in 2D space by dividing not straight quadratic edges. - * \warning This method can lead to a huge amount of nodes if \a eps is very low. - * \param [in] eps - specifies the maximal angle (in radian) between 2 sub-edges of - * a sub-divided edge. - * \throw If the coordinates array is not set. - * \throw If the nodal connectivity of cells is not defined. - * \throw If \a this->getMeshDimension() != 1. - * \throw If \a this->getSpaceDimension() != 2. - */ #if 0 /*! -- 2.39.2