IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 5a11aa10 authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan: Committed by ralfulrich
Browse files

cegs(1,1) to avoid FPE

parent 83df8c99
No related branches found
No related tags found
No related merge requests found
......@@ -122,7 +122,7 @@ void CONEXSourceCut::addParticle(int egs_pid, HEPEnergyType energy,
conex::cxoptl_.dptl[1 - 1] = v;
conex::cxoptl_.dptl[3 - 1] = w;
int n = 0, i = 0;
int n = 1, i = 1;
conex::cegs4_(n, i);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment