whitespace

This commit is contained in:
Axel Kohlmeyer
2022-03-16 12:55:25 -04:00
parent e3d4e80407
commit b774464156
3 changed files with 40 additions and 40 deletions

View File

@ -73,7 +73,7 @@ class log:
self.data = []
# flist = list of all log file names
words = arglist[0].split()
self.flist = []
for word in words: self.flist += glob.glob(word)
@ -102,7 +102,7 @@ class log:
# sort entries by timestep, cull duplicates
self.data.sort(key=(lambda elem: elem[0]))
self.data.sort(key=(lambda elem: elem[0]))
self.cull()
self.nlen = len(self.data)
print("read %d log entries" % self.nlen)