diff --git a/Doc/Examples/decimater.cc b/Doc/Examples/decimater.cc index 10785acd..0ebb58c0 100644 --- a/Doc/Examples/decimater.cc +++ b/Doc/Examples/decimater.cc @@ -10,7 +10,7 @@ typedef TriMesh_ArrayKernelT<> Mesh; typedef Decimater::DecimaterT< Mesh > Decimater; // Decimation Module Handle type -typedef Decimater::ModQuadricT< decimater >::Handle HModQuadric; +typedef Decimater::ModQuadricT< Mesh >::Handle HModQuadric; // ---------------------------------------- decimater setup diff --git a/Doc/changelog.docu b/Doc/changelog.docu index 3e705c5c..ff842d38 100644 --- a/Doc/changelog.docu +++ b/Doc/changelog.docu @@ -7,7 +7,7 @@ -2.4 (?/?/?,Rev.758) +2.4 (?/?/?,Rev.764) @@ -37,6 +37,7 @@ Decimater