mirror of
https://gitlab.com/scemama/qmcchem.git
synced 2025-01-03 01:55:39 +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 h = Command_line.get "histogram" in
|
||||||
let t = Command_line.get "table" in
|
let t = Command_line.get "table" in
|
||||||
let p = Command_line.get "plot" in
|
let p = Command_line.get "plot" in
|
||||||
let rmin = Command_line.get "m" in
|
let rmin = Command_line.get "rmin" in
|
||||||
let rmax = Command_line.get "n" in
|
let rmax = Command_line.get "rmax" in
|
||||||
|
|
||||||
let ezfio_file =
|
let ezfio_file =
|
||||||
match Command_line.anon_args () with
|
match Command_line.anon_args () with
|
||||||
|
Loading…
Reference in New Issue
Block a user