Merge pull request #2848 from akohlmey/collected-small-changes

Collected small changes for the next patch release
This commit is contained in:
Axel Kohlmeyer
2021-07-27 14:24:12 -04:00
committed by GitHub
40 changed files with 294 additions and 313 deletions

View File

@ -1823,7 +1823,6 @@ class lammps(object):
with ExceptionCheck(self):
return self.lib.lammps_fix_external_get_force(self.lmp, fix_id.encode())
return None
# -------------------------------------------------------------------------