Skip to content

Commit cd3235b

Browse files
Testing
1 parent d9eda2e commit cd3235b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wrappers/python/wheels.github/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def arefiles(files):
6060
MODULE_PATH = os.path.join('wrappers', 'python', 'moordyn')
6161
MOORDYN_PATH = os.path.join(os.path.abspath(os.path.dirname(__file__)),
6262
'source')
63-
MOORDYN_SRCS = [os.path.join('wrappers', 'python', 'testvtk.cpp')]
63+
MOORDYN_SRCS = [os.path.join('wrappers', 'python', 'ctestvtk.cpp')]
6464

6565
if os.path.isdir(MODULE_PATH):
6666
# We better copy the moordyn module on the root

0 commit comments

Comments
 (0)