Skip to content
Snippets Groups Projects
Commit e27ce0ae authored by Warren's avatar Warren
Browse files

Correction to TACTIC.cc

parent 56d69a0a
No related branches found
No related tags found
No related merge requests found
Pipeline #75609 passed
......@@ -251,7 +251,7 @@ void TACTIC::ConstructDetector(G4LogicalVolume* world){
G4FastSimulationManager* mng = m_ReactionRegion->GetFastSimulationManager();
unsigned int size = m_ReactionModel.size();
for(unsigned int i = 0 ; i < size ; i++){
for(unsigned int j = 0 ; j < size ; j++){
mng->RemoveFastSimulationModel(m_ReactionModel[i]);
}
m_ReactionModel.clear();
......
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