Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 12 lines 373 B view raw
1diff --git a/src/PythiaMain.cxx b/src/PythiaMain.cxx 2index 0e5ddd2..2b626ab 100644 3--- a/src/PythiaMain.cxx 4+++ b/src/PythiaMain.cxx 5@@ -96,7 +96,6 @@ int main(int argc, char **argv){ 6 HepMCConverter pythiaToHepMC; 7 8 pythiaToHepMC.set_store_pdf(true); 9- pythiaToHepMC.set_crash_on_problem(true); 10 11 if(photosHandler.isEnabled()){ 12 photosHandler.initialise();