diff --git a/src/OpenMesh/Tools/Smoother/SmootherT.hh b/src/OpenMesh/Tools/Smoother/SmootherT.hh index 78be13f5..878be50a 100644 --- a/src/OpenMesh/Tools/Smoother/SmootherT.hh +++ b/src/OpenMesh/Tools/Smoother/SmootherT.hh @@ -98,7 +98,7 @@ public: /** \brief constructor & destructor * - * @param _mesh Reference to the mesh + * @param _mesh Reference a triangle or poly mesh */ SmootherT( Mesh& _mesh ); virtual ~SmootherT();