From adf5ffc535491429a4546741c7d01811fc461691 Mon Sep 17 00:00:00 2001 From: hackbard Date: Sat, 16 Feb 2008 15:11:44 +0100 Subject: [PATCH] fixed title name --- pair_corr_calc_script | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pair_corr_calc_script b/pair_corr_calc_script index 3913ca1..f2c64ec 100755 --- a/pair_corr_calc_script +++ b/pair_corr_calc_script @@ -61,14 +61,14 @@ for i in $pdir/pair_corr-*; do if [ ! -z `echo $4 | grep b` ]; then [ "$komma" = "1" ] && echo -en ", " >> $pfile - echo -en "\"$i\" u 1:3 w l t \"ab $time\"" >> $pfile + echo -en "\"$i\" u 1:3 w l t \"aa $time\"" >> $pfile komma=1 fi if [ ! -z `echo $4 | grep c` ]; then [ "$komma" = "1" ] && echo -en ", " >> $pfile - echo -en "\"$i\" u 1:4 w l t \"ab $time\"" >> $pfile + echo -en "\"$i\" u 1:4 w l t \"bb $time\"" >> $pfile komma=1 fi -- 2.20.1