10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-13 16:55:26 +02:00

-p option for pseudos OK

This commit is contained in:
Anthony Scemama 2015-05-04 20:23:06 +02:00
parent 8fab38fcc0
commit 92209e7df9

View File

@ -64,10 +64,10 @@ let run ?o b c m p xyz_file =
let command =
if (p) then
Qpackage.root ^ "/scripts/get_basis.sh \"" ^ temp_filename
^ "\" \"" ^ basis ^"\""
^ "\" \"" ^ basis ^"\" pseudo"
else
Qpackage.root ^ "/scripts/get_basis.sh \"" ^ temp_filename
^ "\" \"" ^ basis ^"\" pseudo"
^ "\" \"" ^ basis ^"\""
in
begin
let filename =