Clean up Code

This commit is contained in:
Niels Mueller
2019-10-08 15:08:52 +02:00
parent 27fc2cbbcc
commit a820741ec3
4 changed files with 244 additions and 214 deletions

2
setup.py Normal file → Executable file
View File

@ -27,7 +27,7 @@ if 'gromacs' in os.environ.get('LD_LIBRARY_PATH', ''):
if os.path.exists(include):
include_dirs.append(include)
check_header_version(include)
# übergebe library_dirs, damit beim linken die richtige version gefunden wird
extensions = [
Extension(
'pygmx.gromacs.coordinates',