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
1 changed files with 1 additions and 1 deletions

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)