Fix typos in tools folder

This commit is contained in:
Richard Berger
2017-03-05 20:40:45 -05:00
parent 17486a9319
commit dd76ac5010
5 changed files with 5 additions and 5 deletions

View File

@ -691,7 +691,7 @@ class ThermoNMGLE(Thermostat):
"""
def get_C(self):
"""Calculates C from temp (if C is not set explicitely)."""
"""Calculates C from temp (if C is not set explicitly)."""
rv = np.ndarray((self.nb, self.ns+1, self.ns+1), float)
for b in range(0,self.nb):