Skip to content

Commit

Permalink
new dir
Browse files Browse the repository at this point in the history
  • Loading branch information
dtamayo committed Dec 31, 2024
1 parent 6989c04 commit 97310fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reboundx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#clibreboundx = cdll.LoadLibrary(pymodulespath + '/../libreboundx' + suffix)
pymodulepath = os.path.dirname(os.path.abspath(__file__))
pymodulepath = os.path.abspath(os.path.join(pymodulepath, os.pardir))
__libpath__ = os.path.join(pymodulepath, "librebound"+suffix)
__libpath__ = os.path.join(pymodulepath, "/../librebound"+suffix)
clibrebound = cdll.LoadLibrary(__libpath__)

# Version
Expand Down

0 comments on commit 97310fd

Please sign in to comment.