Skip to content

Commit 78e96a6

Browse files
committed
Dummy implementation
1 parent 0130307 commit 78e96a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Detectors/Upgrades/ALICE3/TRK/base/src/GeometryTGeo.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,8 @@ int GeometryTGeo::getDisk(int index) const
216216
int GeometryTGeo::getModule(int index) const
217217
{
218218
int subDetID = getSubDetID(index);
219+
220+
return -1; /// not implemented yet
219221
}
220222

221223
//__________________________________________________________________________

0 commit comments

Comments
 (0)