Skip to content

Commit

Permalink
trunk: pre-proc: create_multiple_mhm_parameter_nml: bug found in coun…
Browse files Browse the repository at this point in the history
…ting variable
  • Loading branch information
Juliane Mai committed Oct 24, 2014
1 parent fcb3338 commit 0b5a9e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pre-proc/create_multiple_mhm_parameter_nml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ printf "${str}" > front.${pid}
# Now put everything together...
i=0
while read line ; do
((i++))
i=$((i+1))
if [[ ${i} -le ${pskip} ]] ; then continue ; fi
# New file name
if [[ ${zeros} -eq 1 ]] ; then
Expand Down

0 comments on commit 0b5a9e7

Please sign in to comment.