From 386dec94ae80d3d330fd3d2d7fd4b8f34153d228 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Mon, 31 Mar 2008 22:30:20 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1692 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- tools/python/pizza/cfg.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/python/pizza/cfg.py b/tools/python/pizza/cfg.py index 776b587cbf..8cefd38acd 100644 --- a/tools/python/pizza/cfg.py +++ b/tools/python/pizza/cfg.py @@ -86,6 +86,7 @@ class cfg: # print >>f,"1.0 %d %15.10f %15.10f %15.10f %15.10f %15.10f %15.10f " % (itype,xfrac,yfrac,zfrac,atom[5],atom[6],atom[7]) print >>f,"1.0 %d %15.10f %15.10f %15.10f 0.0 0.0 0.0 " % (itype,xfrac,yfrac,zfrac) + print time, sys.stdout.flush() n += 1 @@ -140,6 +141,7 @@ class cfg: # print >>f,"1.0 %d %15.10f %15.10f %15.10f %15.10f %15.10f %15.10f " % (itype,xfrac,yfrac,zfrac,atom[5],atom[6],atom[7]) print >>f,"1.0 %d %15.10f %15.10f %15.10f 0.0 0.0 0.0 " % (itype,xfrac,yfrac,zfrac) + print time, sys.stdout.flush() f.close() n += 1