Skip to content

Commit

Permalink
Fix wrong variable name in f06214 start script
Browse files Browse the repository at this point in the history
Change variable name in the assignment to the value that is referenced to later
  • Loading branch information
smartsammler authored Aug 15, 2019
1 parent e1ebdfa commit 66bf531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KARA/f06214/f06214.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dir="./${inoversion}"
mkdir -p ${dir}

# configuration to use
cfg="./f06214.cfg"
config="./f06214.cfg"

${binary} -I ${lasti}e-6 --config $config -T 1000 -o ${dir}/${lasti}_a1.h5
for curri in {0350..0175..1}
Expand Down

0 comments on commit 66bf531

Please sign in to comment.