Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
robotran
mbsysc
Commits
a2c9c442
Commit
a2c9c442
authored
Feb 19, 2021
by
Olivier Lantsoght
Browse files
[HotFix][MBsysPy][MbsDirdyn] Fixed bad return type for mbs_dirdyn_finish.
parent
346034af
Changes
1
Hide whitespace changes
Inline
Side-by-side
MBsysC/mbs_interface/MBsysPy/_mbsysc_loader/mbs_functions_c.py
View file @
a2c9c442
...
...
@@ -163,7 +163,7 @@ libmodules.mbs_fct_dirdyn.argtypes = [ctypes.c_double, ctypes.POINTER(ctypes.c_d
libmodules
.
mbs_fct_dirdyn
.
restype
=
ctypes
.
c_int
libmodules
.
mbs_dirdyn_finish
.
argtypes
=
[
ctypes
.
POINTER
(
MbsDirdyn_c
),
ctypes
.
POINTER
(
MbsData_c
)]
libmodules
.
mbs_dirdyn_finish
.
restype
=
None
libmodules
.
mbs_dirdyn_finish
.
restype
=
ctypes
.
c_int
libmodules
.
mbs_delete_dirdyn
.
argtypes
=
[
ctypes
.
POINTER
(
MbsDirdyn_c
),
ctypes
.
POINTER
(
MbsData_c
)]
libmodules
.
mbs_delete_dirdyn
.
restype
=
None
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment