IAP GITLAB

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

formating

parent 184750f6
No related branches found
No related tags found
No related merge requests found
...@@ -38,8 +38,7 @@ TEST_CASE("CONEX", "[processes]") { ...@@ -38,8 +38,7 @@ TEST_CASE("CONEX", "[processes]") {
int nShower = 1; // large to avoid final stats. int nShower = 1; // large to avoid final stats.
int maxDetail = 0; int maxDetail = 0;
int particleListMode = 0; int particleListMode = 0;
cx.Init(nShower, randomSeeds, maxDetail, particleListMode, cx.Init(nShower, randomSeeds, maxDetail, particleListMode, parameterPathName);
parameterPathName);
double energyInGeV = 100.; double energyInGeV = 100.;
double zenith = 60; double zenith = 60;
......
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