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 e1b105de authored by Sadr Mohsen's avatar Sadr Mohsen
Browse files

remove skaped old code in comments //)

parent b48188af
No related branches found
No related tags found
No related merge requests found
...@@ -86,13 +86,6 @@ inline Vector_t CoordinateSystemTrafo::transformTo(const Vector_t& r) const { ...@@ -86,13 +86,6 @@ inline Vector_t CoordinateSystemTrafo::transformTo(const Vector_t& r) const {
} }
inline Vector_t CoordinateSystemTrafo::transformFrom(const Vector_t& r) const { inline Vector_t CoordinateSystemTrafo::transformFrom(const Vector_t& r) const {
//boost::numeric::ublas::vector<double> result(3);
//for (size_t i = 0; i < 3; ++i) {
// result(i) = r[i];
//}
//result = boost::numeric::ublas::prod(boost::numeric::ublas::trans(rotationMatrix_m), result);
//Vector_t transformedVector(result(0), result(1), result(2));
//return transformedVector + origin_m;
return rotateFrom(r) + origin_m; return rotateFrom(r) + origin_m;
} }
......
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