10
1
mirror of https://gitlab.com/scemama/qmcchem.git synced 2024-06-02 03:15:19 +02:00

Fixed rmin, rmax

This commit is contained in:
Anthony Scemama 2020-06-01 23:51:37 +02:00
parent 5d715b95d1
commit b389056421

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