Fix more typos in tools

This commit is contained in:
Richard Berger
2017-03-07 01:00:25 -05:00
parent 359af419a7
commit 08baaa9d8e
23 changed files with 32 additions and 32 deletions

View File

@ -448,7 +448,7 @@ class dump:
# --------------------------------------------------------------------
# scale coords to 0-1 for all snapshots or just one
# use 6 params as h-matrix to treat orthongonal or triclinic boxes
# use 6 params as h-matrix to treat orthogonal or triclinic boxes
def scale(self,*list):
if len(list) == 0:
@ -512,7 +512,7 @@ class dump:
# --------------------------------------------------------------------
# unscale coords from 0-1 to box size for all snapshots or just one
# use 6 params as h-matrix to treat orthongonal or triclinic boxes
# use 6 params as h-matrix to treat orthogonal or triclinic boxes
def unscale(self,*list):
if len(list) == 0: