Skip to content
Snippets Groups Projects
Commit 415ef878 authored by Martin Urban's avatar Martin Urban
Browse files

put random seedinto comment because it produces a bug

parent 9bd66b31
No related branches found
No related tags found
No related merge requests found
......@@ -136,8 +136,8 @@ public:
{
getOption("number",numberOfObjects);
getOption("seed",seed);
pythia8.readString("Random:setSeed = on");
pythia8.readString("Random:seed = "+seed);
// pythia8.readString("Random:setSeed = on");
// pythia8.readString("Random:seed = " + seed);
getOption("config strings",configList);
for (int cnt=0; cnt<configList.size(); ++cnt ){
pythia8.readString(configList[cnt]);
......
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