Skip to content

Commit 72b3a4b

Browse files
committed
remove obsolute lines on multiplicity
1 parent 3bc76bb commit 72b3a4b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

CTA.mainRunScriptsReduced.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,6 @@ fi
3232
P2="$1"
3333
# run mode
3434
RUN="$2"
35-
# loop over LSTs
36-
[[ "$3" ]] && LST=$3 || LST="FALSE"
37-
38-
NMULT=( 2 3 4 5 6 )
39-
if [[ ${P2} == *"North"* ]]; then
40-
NMULT=( 2 3 4 )
41-
fi
42-
LSTMULT=( 2 3 4 )
4335

4436
# run scripts are collected here
4537
RUNSCRIPTDIR="${CTA_USER_LOG_DIR}/jobs/$(uuidgen)"

0 commit comments

Comments
 (0)