Skip to content

Commit cf69119

Browse files
committed
malformed index declaration
1 parent 335fed7 commit cf69119

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Common/DataModel/OccupancyTables.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,7 @@ DECLARE_SOA_COLUMN(TfId, tfId, int);
197197
DECLARE_SOA_COLUMN(BcInTF, bcInTF, int);
198198
} // namespace occidx
199199

200-
// DECLARE_SOA_TABLE(OccIndexTable, "AOD", "OCCINDEXTABLE", o2::soa::Index<>,
201-
DECLARE_SOA_INDEX_TABLE_USER(OccIndexTable, Occs, "OCCINDEXTABLE",
200+
DECLARE_SOA_TABLE(OccIndexTable, "AOD", "OCCINDEXTABLE", o2::soa::Index<>,
202201
o2::aod::occidx::BCId,
203202
o2::aod::occidx::OccId);
204203

0 commit comments

Comments
 (0)