- rename module template parameters
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@650 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -74,9 +74,9 @@ namespace Decimater {
|
||||
//== IMPLEMENTATION ==========================================================
|
||||
|
||||
|
||||
template <class DecimaterType>
|
||||
template <class MeshT>
|
||||
bool
|
||||
ModProgMeshT<DecimaterType>::
|
||||
ModProgMeshT<MeshT>::
|
||||
write( const std::string& _ofname )
|
||||
{
|
||||
// sort vertices
|
||||
|
||||
Reference in New Issue
Block a user