From 93fa1360722b5cfc5dc3daad61aae2b8d69ec8ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20M=C3=B6ller?= Date: Wed, 25 Jun 2014 10:59:25 +0000 Subject: [PATCH] add hint, that the target mesh can be a triangle or a polymesh closes #2185 git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1095 fdac6126-5c0c-442c-9429-916003d36597 --- src/OpenMesh/Tools/Smoother/SmootherT.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();