make elevation float not int
parent
10693ff1f4
commit
7e36e07996
|
@ -62,7 +62,7 @@ def main():
|
|||
type=float)
|
||||
parser.add_argument("elevation",
|
||||
help="Observer elevation in meters",
|
||||
type=int)
|
||||
type=float)
|
||||
parser.add_argument("-l", "--lines",
|
||||
help="Number of lines for the output to use (default 25)",
|
||||
default=25,
|
||||
|
|
Loading…
Reference in New Issue