forked from lijiext/lammps
Fix space/tab error in pizza/gl.py
This commit is contained in:
parent
29550d472d
commit
eb29ef32b1
|
@ -638,7 +638,7 @@ class gl:
|
|||
fraction*(self.scale_stop - self.scale_start)
|
||||
self.viewupright()
|
||||
|
||||
if n == nstart or self.panflag: self.center = compute_center(box)
|
||||
if n == nstart or self.panflag: self.center = compute_center(box)
|
||||
|
||||
if bonds: self.bonds_augment(bonds)
|
||||
|
||||
|
|
Loading…
Reference in New Issue