Skip to content

Commit

Permalink
fix option type
Browse files Browse the repository at this point in the history
  • Loading branch information
glennhickey committed Apr 16, 2013
1 parent 6869a73 commit 71280b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lod/halLodInterpolate.py
Expand Up @@ -101,7 +101,7 @@ def main(argv=None):
default=1000)
parser.add_argument("--scale",
help="scaling factor between two successive levels"
" of detail",
" of detail", type=float,
default=10.0)
parser.add_argument("--outHalDir", help="path of directory where "
"interpolated hal files are stored. By default "
Expand Down

0 comments on commit 71280b0

Please sign in to comment.