diff options
-rw-r--r-- | G4chroma.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/G4chroma.cc b/G4chroma.cc index 580aa63..1aba133 100644 --- a/G4chroma.cc +++ b/G4chroma.cc @@ -8,7 +8,7 @@ ChromaPhysicsList::ChromaPhysicsList(): G4VModularPhysicsList() defaultCutValue = 1.0*mm; // General Physics - RegisterPhysics( new G4EmPenelopePhysics ); + RegisterPhysics( new G4EmPenelopePhysics(0) ); // Optical Physics G4OpticalPhysics* opticalPhysics = new G4OpticalPhysics(); RegisterPhysics( opticalPhysics ); |