Merge branch 'develop' of github.com:agiliopadua/lammps into collected-small-changes

This commit is contained in:
Axel Kohlmeyer
2023-03-20 10:50:05 -04:00
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ if len(tok) == 4:
v = float(tok[3])
lo = -rt * math.log(float(tok[2]) / v)
i = 0
i = 1
sum = 0.0
for line in sys.stdin:
tok = line.split()

View File

@ -19,7 +19,7 @@ while line.startswith("#"):
tok = line.split()
lo = float(tok[1])
i = 0
i = 1
sum = 0.0
for line in sys.stdin:
tok = line.split()