Skip to content

Commit

Permalink
mb calc
Browse files Browse the repository at this point in the history
  • Loading branch information
oguyon committed Oct 9, 2024
1 parent ca91a8f commit 70abf24
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions AOloopControl/scripts/aorun/cacao-aorun-045-compCM-byblocks
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,11 @@ for (( i=0; i<$maxi; i++)); do
else

if [[ ${MARGMODE} -eq 1 ]]; then
if [ -z "${VAR}" ]; then
fullmargstr=" ${WHICH_MARG} ${margstring}"
else
fullmargstr=""
fi
if [ -z "${margstring}" ]; then
fullmargstr=" ${WHICH_MARG} ${margstring}"
else
fullmargstr=""
fi
echo "cacao-aorun-039-compstrCM -mb $i -mr $mb0:$mb1 ${fullmargstr} ${MARGTT}"
else
echo "cacao-aorun-039-compstrCM -mb $i -mr $mb0:$mb1 ${WHICH_MARG} 0:1:${margstring}"
Expand Down

0 comments on commit 70abf24

Please sign in to comment.