Skip to content

Commit

Permalink
Revert "KGeoBag deinitialization (#92)"
Browse files Browse the repository at this point in the history
This reverts commit c07cbb3 as discussed in #92 because it prevents the visualization with vtk after the simulation has ended.
  • Loading branch information
richeldichel committed Feb 8, 2024
1 parent c07cbb3 commit 29125f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Kassiopeia/Geometry/Source/KSGeoSpace.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,6 @@ void KSGeoSpace::DeinitializeComponent()
for (tGeoSideIt = fSides.begin(); tGeoSideIt != fSides.end(); tGeoSideIt++) {
(*tGeoSideIt)->Deinitialize();
}

KGeoBag::KGInterface::DeleteInstance();

return;
}
Expand Down

0 comments on commit 29125f2

Please sign in to comment.