Changed default mesh-samples value

pull/889/head
Piero Toffanin 2018-07-07 12:50:25 -04:00
rodzic 2748bb1143
commit e56236b411
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -255,7 +255,7 @@ def config():
parser.add_argument('--mesh-samples',
metavar='<float >= 1.0>',
default=2.0,
default=1.0,
type=float,
help=('Number of points per octree node, recommended '
'and default value: %(default)s'))