Skip to content

Commit 5740a93

Browse files
committed
fix variable declaration
1 parent 34b2502 commit 5740a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MC/run/ANCHOR/anchorMC.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ if [ "${ISEXCLUDED}" ]; then
299299
fi
300300

301301
# -- Create aligned geometry using ITS ideal alignment to avoid overlaps in geant
302-
ENABLEPW = 0
302+
ENABLEPW=0
303303
if [ ${remainingargs} == *"GeometryManagerParam.useParallelWorld=1"* ]; then
304304
ENABLEPW=1
305305
fi

0 commit comments

Comments
 (0)