Skip to content

Commit 3e7edee

Browse files
mconcassawenzel
authored andcommitted
Fix default behaviour for -m PIPE
1 parent cf5bcf7 commit 3e7edee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

macro/build_geometry.C

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,8 @@ void build_geometry(FairRunSim* run = nullptr)
131131
if (isActivated("IT3")) {
132132
run->AddModule(new o2::passive::Pipe("PIPE", "Beam pipe", 1.6f, 0.05f));
133133
}
134-
#else
135-
run->AddModule(new o2::passive::Pipe("PIPE", "Beam pipe"));
136134
#endif
135+
run->AddModule(new o2::passive::Pipe("PIPE", "Beam pipe"));
137136
}
138137

139138
#ifdef ENABLE_UPGRADES

0 commit comments

Comments
 (0)