Skip to content

Commit

Permalink
fixed typo, found by Leslie Salas-Estrada
Browse files Browse the repository at this point in the history
  • Loading branch information
agrossfield committed Sep 25, 2017
1 parent 7c0b396 commit 5e564fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Packages/PyLOOS/NAMDBin.py
Expand Up @@ -44,7 +44,7 @@ def readVals(self, velocities = False):
num_atoms_model = len(self.atomicGroup)
if num_atoms_big == num_atoms_model:
self.endian_signal = ">"
elif num_atoms_lttle == num_atoms_model:
elif num_atoms_little == num_atoms_model:
self.endian_signal = "<"
else:
raise ValueError, "Number of atoms doesn't match supplied model"
Expand Down

0 comments on commit 5e564fa

Please sign in to comment.