Skip to content
Snippets Groups Projects
Commit 06cb9dba authored by marco's avatar marco
Browse files

remove debug output

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2447 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent 7886cffa
No related branches found
No related tags found
No related merge requests found
...@@ -456,7 +456,6 @@ Vec3 Quat::Rotate(const Vec3& vec) const { ...@@ -456,7 +456,6 @@ Vec3 Quat::Rotate(const Vec3& vec) const {
Quat tmp(0.0, vec[0], vec[1], vec[2]); Quat tmp(0.0, vec[0], vec[1], vec[2]);
Quat conj=Conjugate(*this); Quat conj=Conjugate(*this);
Quat res=*this*tmp*conj; Quat res=*this*tmp*conj;
std::cout << *this << "*" << tmp << "*" << conj << std::endl;
return Vec3(res.x, res.y, res.z); return Vec3(res.x, res.y, res.z);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment