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
7fe4961d
Commit
7fe4961d
authored
Jan 28, 2021
by
Olivier Lantsoght
Browse files
[MBsysPy][MbsEquil] error fixed
parent
d94fa9e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
MBsysC/mbs_interface/MBsysPy/mbsyspy/mbs_equil.py
View file @
7fe4961d
...
...
@@ -340,7 +340,7 @@ class MbsEquil(object):
if
len
(
self
.
exchange_list
)
==
0
:
if
not
ptr_name
:
self
.
exchange_list
=
[[
address
,
exchange_var_id
,
ptr_name
]]
self
.
exchange_list
=
[[
address
,
exchange_var_id
,
ptr_name
]]
else
:
for
element
in
self
.
exchange_list
:
if
element
[
0
]
==
address
:
...
...
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