Skip to content

Commit 3466ee7

Browse files
wdconincMarkusFrankATcernch
authored andcommitted
fix: adopt properties of underlying Geant4GeneratorAction in Geant4SharedGeneratorAction
1 parent 4990888 commit 3466ee7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DDG4/src/Geant4GeneratorAction.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ void Geant4SharedGeneratorAction::configureFiber(Geant4Context* thread_context)
5959
void Geant4SharedGeneratorAction::use(Geant4GeneratorAction* action) {
6060
if (action) {
6161
action->addRef();
62+
m_properties.adopt(action->properties());
6263
m_action = action;
6364
return;
6465
}

0 commit comments

Comments
 (0)