fixed title name
authorhackbard <hackbard@sage.physik.uni-augsburg.de>
Sat, 16 Feb 2008 14:11:44 +0000 (15:11 +0100)
committerhackbard <hackbard@sage.physik.uni-augsburg.de>
Sat, 16 Feb 2008 14:11:44 +0000 (15:11 +0100)
pair_corr_calc_script

index 3913ca1..f2c64ec 100755 (executable)
@@ -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