We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fd3471 commit 2d0dfa0Copy full SHA for 2d0dfa0
MC/config/examples/ini/tests/GeneratorEPOS4NeNe536TeV.C
@@ -34,9 +34,9 @@ int External()
34
35
// Check if there is 1 event, as customarily set in the ini file
36
// Heavy-ion collisions with hydro and hadronic cascade are very slow to simulate
37
- if (nEvents != 1)
+ if (nEvents != 10)
38
{
39
- std::cerr << "Expected 1 event, got " << nEvents << "\n";
+ std::cerr << "Expected 10 events, got " << nEvents << "\n";
40
return 1;
41
}
42
0 commit comments