regular checkin of logfile
[physik/posic.git] / bond_analyze_script
index 6b5736f..e06c7ec 100755 (executable)
@@ -13,7 +13,8 @@ for i in $1/*.save; do
        bai="`./bond_analyze $i | grep '\[bond' | grep quality`"
        time=`echo $bai | awk '{ print $4 }'`
        quality=`echo $bai | awk '{ print $8 }'`
-       echo "$time $quality" >> $1/bond_analyze.txt
+       count=`echo $bai | awk '{ print $12 }'`
+       echo "$time $quality $count" >> $1/bond_analyze.txt
 done
 
 echo "done"