update fix latte examples and virial

This commit is contained in:
Steve Plimpton
2017-09-21 10:40:54 -06:00
parent 5e35ab251b
commit a8ae886667
10 changed files with 908 additions and 1137 deletions

View File

@ -114,7 +114,6 @@ while iarg < nargs:
elif args[iarg] == "-m":
if iarg+2 > nargs: error()
suffix = args[iarg+1]
print("SUFF",suffix)
suffixflag = True
iarg += 2
else: error()