Skip to content

Commit f80ef3e

Browse files
authored
add the submapping in the slave list (#202)
1 parent 0e89471 commit f80ef3e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/BeamAdapter/component/mapping/MultiAdaptiveBeamMapping.inl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,9 @@ void MultiAdaptiveBeamMapping< TIn, TOut>::init()
284284
newMapping->d_parallelMapping.setParent(&d_parallelMapping);
285285
newMapping->d_parallelMapping.update();
286286
m_subMappingList.push_back(newMapping);
287+
288+
// add in the list of slaves, it is useful to see the sub-mappings in the GUI
289+
this->addSlave(newMapping);
287290
}
288291

289292

0 commit comments

Comments
 (0)