fix mod name

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1050 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Matthias Möller
2014-05-09 08:12:41 +00:00
parent cd3587d21e
commit afd846e233
2 changed files with 2 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ template<class MeshT>
class ModAspectRatioT: public ModBaseT<MeshT> { class ModAspectRatioT: public ModBaseT<MeshT> {
public: public:
DECIMATING_MODULE( ModAspectRatioT, MeshT, Roundness ) DECIMATING_MODULE( ModAspectRatioT, MeshT, AspectRatio )
; ;
typedef typename Mesh::Scalar Scalar; typedef typename Mesh::Scalar Scalar;

View File

@@ -78,7 +78,7 @@ template<class MeshT>
class ModHausdorffT: public ModBaseT<MeshT> { class ModHausdorffT: public ModBaseT<MeshT> {
public: public:
DECIMATING_MODULE( ModHausdorffT, MeshT, Roundness ); DECIMATING_MODULE( ModHausdorffT, MeshT, Hausdorff );
typedef typename Mesh::Scalar Scalar; typedef typename Mesh::Scalar Scalar;
typedef typename Mesh::Point Point; typedef typename Mesh::Point Point;