Increased maximal valence for modified butterfly scheme

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@610 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2012-06-28 10:50:47 +00:00
parent 653b1b8f56
commit 2fd9818384

View File

@@ -121,7 +121,7 @@ public:
/// Pre-compute weights
void init_weights(size_t _max_valence=20)
void init_weights(size_t _max_valence=30)
{
weights.resize(_max_valence);