Fix space/tab error in pizza/gl.py

This commit is contained in:
Richard Berger
2017-03-15 22:43:00 -04:00
parent 29550d472d
commit eb29ef32b1

View File

@ -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)