correct path to find liblammps.dll with Windows installer package

This commit is contained in:
Axel Kohlmeyer
2020-12-17 21:48:04 -05:00
parent f6fa564ef2
commit de94e28c8b

View File

@ -77,7 +77,7 @@ class lammps(object):
modpath = dirname(abspath(getsourcefile(lambda:0)))
# for windows installers the shared library is in a different folder
winpath = abspath(os.path.join(modpath,'..','bin'))
winpath = abspath(os.path.join(modpath,'..','..','bin'))
self.lib = None
self.lmp = None