Skip to content
Snippets Groups Projects
Commit 70d24ad1 authored by Dietrich Rothe's avatar Dietrich Rothe Committed by d-rothe
Browse files

fix move operations for uninitialized VariableGroup

makes test move_invalid pass
parent 6720d547
No related branches found
No related tags found
No related merge requests found
......@@ -444,7 +444,7 @@ namespace ChimeraTK {
/*********************************************************************************************************************/
void VariableNetworkNode::setAppAccessorPointer(ChimeraTK::TransferElementAbstractor* accessor) {
assert(getType() == NodeType::Application);
assert(getType() == NodeType::Application || getType() == NodeType::invalid);
pdata->appNode = accessor;
}
......
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