Commit b9a0d048 authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1708 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 8a496da6
Loading
Loading
Loading
Loading
+184 −181
Original line number Diff line number Diff line
@@ -62,12 +62,15 @@ c----------This begins the frame by frame reading section-------------
         read(9,*,end=999)
         read(9,*,end=999) natom
         read(9,*,end=999)
         read(9,50,end=999) xcell
         read(9,50,end=999) ycell
         read(9,50,end=999) zcell
         read(9,*,end=999) xlower,xupper
         read(9,*,end=999) ylower,yupper
         read(9,*,end=999) zlower,zupper
         read(9,*,end=999)
 50      format(2f12.5)
         xcell=xupper-xlower
         ycell=yupper-ylower
         zcell=zupper-zlower
          
 50      format(2x,f12.5)