Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ int GeometryTGeo::extractNumberOfDiscs(int dir)
int numDiscs = 0;
while (gGeoManager->GetVolume(composeSymNameLayer(dir, numDiscs))) {
numDiscs++;
} // Check maybe subvolume?
} // Check maybe subvolume?
return numDiscs; // Assume same # layers on both sides
}
//__________________________________________________________________________
Expand Down