Missed one subdivider! refs #266

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@521 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2012-01-20 14:43:20 +00:00
parent 0e532d8a4e
commit 073e6c88c7

View File

@@ -106,7 +106,7 @@ protected: // inherited interface
bool prepare( MeshType& _m ); bool prepare( MeshType& _m );
bool subdivide( MeshType& _m, size_t _n ) bool subdivide( MeshType& _m, size_t _n, const bool _update_points = true )
{ {
assert( p_mesh_ == &_m ); assert( p_mesh_ == &_m );