Skip to content

Commit

Permalink
debug output of a0
Browse files Browse the repository at this point in the history
  • Loading branch information
Expander authored and Expander committed May 14, 2014
1 parent ec999f0 commit ba44958
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scan
Expand Up @@ -22,9 +22,9 @@ scan_NMSSM() {
lambda="$1"
azero="$2"

echo "scanning NMSSM (lambda=${lambda}) ... "
echo "scanning NMSSM (lambda=${lambda}, a0=${azero}) ... "
${make_nice} ./higgs-study/scan_NMSSM.x --lambda=${lambda} --tanb-npoints=${tanb_npoints} --m0-npoints=${m0_npoints} --a0=${azero} > ${output_dir}/scan_NMSSM_lambda-${lambda}-a0-${azero}.dat
echo "done NMSSM (lambda=${lambda})"
echo "done NMSSM (lambda=${lambda}, a0=${azero})"
}

scan_phdUMSSM() {
Expand Down

0 comments on commit ba44958

Please sign in to comment.