IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 184750f6 authored by ralfulrich's avatar ralfulrich
Browse files

fixed Init call

parent b46a2fd7
No related branches found
No related tags found
1 merge request!191Resolve "Runtime error with pythia"
......@@ -38,7 +38,7 @@ TEST_CASE("CONEX", "[processes]") {
int nShower = 1; // large to avoid final stats.
int maxDetail = 0;
int particleListMode = 0;
cx.Init(nShower, randomSeeds, cxModel, maxDetail, particleListMode,
cx.Init(nShower, randomSeeds, maxDetail, particleListMode,
parameterPathName);
double energyInGeV = 100.;
......
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