Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 76053e5a authored by Andreas Adelmann's avatar Andreas Adelmann
Browse files

closing #74

parent 42d54ee9
No related branches found
No related tags found
No related merge requests found
......@@ -164,11 +164,6 @@ void Ring::setRefPartBunch(PartBunch* bunch) {
std::vector<RingSection*> Ring::getSectionsAt(const Vector_t& r) {
return section_list_m;
double phi = atan2(r(1), -r(0))+Physics::pi;
// std::cerr << "GetSectionsAt " << phi << " " << phiStep_m << " " << int((phi)/phiStep_m) << " " << ringSections_m.size() << std::endl;
if (phi >= 2.*Physics::pi)
phi -= 2.*Physics::pi;
return ringSections_m[(phi)/phiStep_m];
}
Rotation3D Ring::getRotationStartToEnd(Euclid3D delta) const {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment