mirror of
https://gitlab.com/scemama/qmcchem.git
synced 2024-11-19 04:22:21 +01:00
Fixed rmin, rmax
This commit is contained in:
parent
5d715b95d1
commit
b389056421
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user