Changed default wlop iterations value

pull/542/head
Piero Toffanin 2017-04-08 11:59:08 -04:00
rodzic e1a3fedd4e
commit 6348d44b08
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -272,7 +272,7 @@ def config():
parser.add_argument('--mesh-wlop-iterations',
metavar='<positive integer>',
default=35,
default=70,
type=int,
help=('Iterations of the Weighted Locally Optimal Projection (WLOP) simplification algorithm. '
'Higher values take longer but produce a smoother mesh. '

Wyświetl plik

@ -26,7 +26,7 @@ class ODMeshingCell(ecto.Cell):
params.declare("wlop_iterations", 'Iterations of the Weighted Locally Optimal Projection (WLOP) simplification algorithm. '
'Higher values take longer but produce a smoother mesh. '
'Applies to 2.5D mesh only. ', 35)
'Applies to 2.5D mesh only. ', 70)
params.declare("verbose", 'print additional messages to console', False)