File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ void export_G4RunManagerFactory(py::module &m)
1919 .value (" TaskingOnly" , G4RunManagerType::TaskingOnly)
2020 .value (" TBB" , G4RunManagerType::TBB)
2121 .value (" TBBOnly" , G4RunManagerType::TBBOnly)
22- .value (" Default" , G4RunManagerType::Default );
22+ .value (" Default" , G4RunManagerType::Serial );
2323
2424 py::class_<G4RunManagerFactory>(m, " G4RunManagerFactory" )
2525 .def_static (" CreateRunManager" ,
Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ def Build(self):
299299 self .SetUserAction (B1SteppingAction (eventAction ))
300300
301301
302- runManager = G4RunManagerFactory .CreateRunManager (G4RunManagerType .Default )
302+ runManager = G4RunManagerFactory .CreateRunManager (G4RunManagerType .MT )
303303
304304runManager .SetUserInitialization (B1DetectorConstruction ())
305305
You can’t perform that action at this time.
0 commit comments