Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simonstrator
API
Commits
f2c5edbb
Commit
f2c5edbb
authored
Dec 17, 2015
by
Alexander Frömmgen
Browse files
Fixed bug in variable assignment
parent
496b98b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/de/tudarmstadt/maki/simonstrator/api/component/topology/VariableAssignment.java
View file @
f2c5edbb
...
...
@@ -82,7 +82,7 @@ public final class VariableAssignment {
}
public
EdgeID
getLinkVariableBinding
(
final
EdgeID
edgeVariable
)
{
return
this
.
getLinkVariable
Binding
(
edgeVariable
);
return
this
.
link
Binding
.
get
(
edgeVariable
);
}
public
EdgeID
getLinkVariableBinding
(
final
String
linkVariableId
)
{
...
...
Write
Preview
Markdown
is supported
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