Skip to content

Commit e23d5aa

Browse files
jesgumsawenzel
authored andcommitted
fix typo
1 parent 81d8c70 commit e23d5aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MC/config/ALICE3/pythia8/generator_pythia8_ALICE3.C

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ public:
2020
char* alien_proc_id = getenv("ALIEN_PROC_ID");
2121
int seed;
2222

23-
if (job_id != NULL) {
23+
if (alien_proc_id != NULL) {
2424
LOG(info) << "Seed set to ALIEN_PROC_ID: " << seed;
25-
seed = atoi(job_id);
25+
seed = atoi(alien_proc_id);
2626
} else {
2727
LOG(info) << "Unable to retrieve ALIEN_PROC_ID";
2828
LOG(info) << "Setting seed to 0 (random)";

0 commit comments

Comments
 (0)