]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Minor doxygen fix
authorabn <adrien.bruneton@cea.fr>
Mon, 15 Oct 2018 08:22:28 +0000 (10:22 +0200)
committerabn <adrien.bruneton@cea.fr>
Mon, 15 Oct 2018 08:22:28 +0000 (10:22 +0200)
src/MEDCoupling/MEDCouplingUMesh.cxx

index 2cf2890fd07006c323d36537a72eb55de65244cd..f5a62b94cbb63eb2ccf1e540f57d398b9fd25e3a 100644 (file)
@@ -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
 /*!