Merge thomas

This commit is contained in:
Anthony Scemama 2016-01-26 15:05:46 +01:00
parent 646b22ca38
commit 6361e1bf9c
5 changed files with 5 additions and 10 deletions

View File

@ -76,4 +76,5 @@ source ${HOME}/.opam/opam-init/init.sh > /dev/null 2> /dev/null || true
NCPUs=$(cat /proc/cpuinfo | grep -i MHz | wc -l)
${QP_ROOT}/bin/opam install -j ${NCPUs} ${PACKAGES} -y -q || exit 1
rm -f ../_build/ocaml.log
rm -f ../_build/ocaml.log

View File

@ -631,4 +631,3 @@ let () =

View File

@ -306,4 +306,3 @@ let () =

View File

@ -16,7 +16,7 @@ let basis ()=
Input.Ao_basis.to_rst basis
|> Rst_string.to_string
|> print_endline
;;
let mo ()=
let ezfio_filename =
@ -33,7 +33,7 @@ let mo ()=
Input.Mo_basis.to_rst mo_coef
|> Rst_string.to_string
|> print_endline
;;
basis ();;
mo ();;
mo ();;

View File

@ -24,10 +24,6 @@ function eq() {
}
function debug() {
echo $@
$@
}
# ___