Skip to content
Snippets Groups Projects
Commit fe9fd03b authored by JeremyMcCormick's avatar JeremyMcCormick
Browse files

put back physics manager init to fix broken particle table lookup

parent 9d172dbf
No related branches found
No related tags found
No related merge requests found
...@@ -91,6 +91,8 @@ void SlicApplication::initialize() { ...@@ -91,6 +91,8 @@ void SlicApplication::initialize() {
// Create a new RunManager. // Create a new RunManager.
m_runManager = new RunManager(); m_runManager = new RunManager();
PhysicsListManager::instance();
// Initialize the LcioManager. // Initialize the LcioManager.
LcioManager::instance(); LcioManager::instance();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment