Skip to content
Snippets Groups Projects
Commit 7130e5e8 authored by Martin Killenberg's avatar Martin Killenberg
Browse files

soved connection problem in virtual hierarchies

parent 3699acc5
No related branches found
No related tags found
No related merge requests found
......@@ -205,7 +205,9 @@ namespace ChimeraTK {
assert(existingChild != nullptr);
submodule->findTagAndAppendToModule(
// true = eliminateFirstHierarchy, just add to existingChild
*existingChild, tag, eliminateAllHierarchies, true, negate, root, parentOfModuleToAddTo);
// if we add to existingChild, whe have to put to ITS parent here,
// which is moduleToAddTo
*existingChild, tag, eliminateAllHierarchies, true, negate, root, moduleToAddTo);
}
else {
// does not yet exist: add as new submodule to the current module
......
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