Option bug in qmcchem edit

This commit is contained in:
Anthony Scemama 2019-12-16 19:24:58 +01:00
parent 161900c87a
commit 4e9d9f0da4
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,7 @@ let command () =
let m = Command_line.get "method" in
let e = Command_line.get "ref-energy" in
let et = Command_line.get "trial-energy" in
let s = Command_line.get "stop-time" in
let s = Command_line.get "sampling" in
let ts = Command_line.get "time-step" in
let w = Command_line.get "walk-num" in
let wt = Command_line.get "walk-num-tot" in