Fixed rmin, rmax

This commit is contained in:
Anthony Scemama 2020-06-01 23:51:37 +02:00
parent 5d715b95d1
commit b389056421
1 changed files with 2 additions and 2 deletions

View File

@ -258,8 +258,8 @@ let command () =
let h = Command_line.get "histogram" in
let t = Command_line.get "table" in
let p = Command_line.get "plot" in
let rmin = Command_line.get "m" in
let rmax = Command_line.get "n" in
let rmin = Command_line.get "rmin" in
let rmax = Command_line.get "rmax" in
let ezfio_file =
match Command_line.anon_args () with