Skip to content
Snippets Groups Projects
Commit e669489a authored by Olivier BICHLER's avatar Olivier BICHLER
Browse files

Merge branch 'dummy' into 'dev'

Fix typo in Node.cpp

See merge request !191
parents dfd84975 8a051973
No related branches found
No related tags found
2 merge requests!212Version 0.3.0,!191Fix typo in Node.cpp
Pipeline #53693 passed
...@@ -215,7 +215,7 @@ void Aidge::Node::setInputId(const IOIndex_t inId, const IOIndex_t newNodeoutId) ...@@ -215,7 +215,7 @@ void Aidge::Node::setInputId(const IOIndex_t inId, const IOIndex_t newNodeoutId)
auto originalParent = input(inId); auto originalParent = input(inId);
// remove original parent reference to child // remove original parent reference to child
// find the output ID for original Parent // find the output ID for original Parent
// find first occurence of child in the output's children // find first occurrence of child in the output's children
originalParent.first->removeChild(shared_from_this(), originalParent.second); originalParent.first->removeChild(shared_from_this(), originalParent.second);
} }
mIdOutParents[inId] = newNodeoutId; mIdOutParents[inId] = newNodeoutId;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment