X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=pair_corr_calc_script;h=f2c64ece8a477c45333026930f809be179dab50e;hb=adf5ffc535491429a4546741c7d01811fc461691;hp=3913ca1b75c46f778f81c1c59182bb8f4e019154;hpb=b98288988c7721150c9e872a98e55b9fd3974d9f;p=physik%2Fposic.git 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