From 92209e7df9c709f02190d21551107a6a8acfa93a Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Mon, 4 May 2015 20:23:06 +0200 Subject: [PATCH] -p option for pseudos OK --- ocaml/qp_create_ezfio_from_xyz.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ocaml/qp_create_ezfio_from_xyz.ml b/ocaml/qp_create_ezfio_from_xyz.ml index 4a85a1ec..6ec6e0d0 100644 --- a/ocaml/qp_create_ezfio_from_xyz.ml +++ b/ocaml/qp_create_ezfio_from_xyz.ml @@ -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 =