From 1dfdfd771f76f6ea793d24faf98f8b13e76eefc3 Mon Sep 17 00:00:00 2001 From: Nico Pietroni nicopietroni Date: Thu, 11 Feb 2010 17:16:30 +0000 Subject: [PATCH] changed limits for double step --- src/meshlabplugins/filter_isoparametrization/parametrizator.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/meshlabplugins/filter_isoparametrization/parametrizator.h b/src/meshlabplugins/filter_isoparametrization/parametrizator.h index c768ead8a..991afd318 100644 --- a/src/meshlabplugins/filter_isoparametrization/parametrizator.h +++ b/src/meshlabplugins/filter_isoparametrization/parametrizator.h @@ -718,8 +718,8 @@ public: bool Parametrize(MeshType *mesh,bool Two_steps=true) { bool done; - const int limit0=15000;//00; - const int limit1=30000; + const int limit0=10000;//00; + const int limit1=20000; if ((!Two_steps)||(lower_limit>limit0)||(mesh->fn(mesh,lower_limit,interval,true,true);