Skip to content

Commit 8bf5090

Browse files
jmcarcellandresailer
authored andcommitted
Remove double elifs
1 parent fdc8184 commit 8bf5090

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

DDDigi/io/DigiEdm4hepInput.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ namespace podio {
2727
using ROOTReader = podio::ROOTFrameReader;
2828
}
2929
#endif
30-
#endif
3130
#include <podio/Frame.h>
3231

3332
#include <edm4hep/SimTrackerHit.h>

DDDigi/io/DigiEdm4hepOutput.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,14 @@
2323
#include <podio/podioVersion.h>
2424
#if PODIO_BUILD_VERSION >= PODIO_VERSION(1, 0, 0)
2525
#include <podio/Writer.h>
26-
#else
27-
#if PODIO_BUILD_VERSION >= PODIO_VERSION(0, 99, 0)
26+
#elif PODIO_BUILD_VERSION >= PODIO_VERSION(0, 99, 0)
2827
#include <podio/ROOTWriter.h>
2928
#else
3029
#include <podio/ROOTFrameWriter.h>
3130
namespace podio {
3231
using ROOTWriter = podio::ROOTFrameWriter;
3332
}
3433
#endif
35-
#endif
3634
#include <podio/Frame.h>
3735
#include <edm4hep/SimTrackerHit.h>
3836
#include <edm4hep/MCParticleCollection.h>

0 commit comments

Comments
 (0)