Skip to content

Commit

Permalink
Merge pull request #25 from Treecodes/bugfix-master
Browse files Browse the repository at this point in the history
Bugfix master
  • Loading branch information
lwwilson1 authored Mar 3, 2020
2 parents 1ddb59b + a7137e5 commit 9099728
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 1,730 deletions.
6 changes: 0 additions & 6 deletions examples/exec_example_cpu.sh

This file was deleted.

6 changes: 0 additions & 6 deletions examples/exec_example_gpu.sh

This file was deleted.

69 changes: 0 additions & 69 deletions examples/library_example.c

This file was deleted.

22 changes: 0 additions & 22 deletions examples/make_points.py

This file was deleted.

2 changes: 1 addition & 1 deletion interfaces/python/BaryTreeInterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
_cpu_treecodeRoutines = ctypes.CDLL('libBaryTree_cpu.dylib')

try:
_gpu_treecodeRoutines = ctypes.CDLL('libTaryTree_gpu.so')
_gpu_treecodeRoutines = ctypes.CDLL('libBaryTree_gpu.so')
except OSError:
try:
_gpu_treecodeRoutines = ctypes.CDLL('libBaryTree_gpu.dylib')
Expand Down
Loading

0 comments on commit 9099728

Please sign in to comment.