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
This commit is contained in:
Matthias Möller
2014-06-25 10:59:25 +00:00
parent 95e8669846
commit 93fa136072

View File

@@ -98,7 +98,7 @@ public:
/** \brief constructor & destructor /** \brief constructor & destructor
* *
* @param _mesh Reference to the mesh * @param _mesh Reference a triangle or poly mesh
*/ */
SmootherT( Mesh& _mesh ); SmootherT( Mesh& _mesh );
virtual ~SmootherT(); virtual ~SmootherT();