Skip to content
Snippets Groups Projects
Commit a6ab3f6e authored by Karsten Rink's avatar Karsten Rink
Browse files

find x

parent f9782a50
No related branches found
No related tags found
No related merge requests found
......@@ -118,7 +118,7 @@ public:
/// Returns a normalized version of this vector
TemplateVector3<double> normalizeVector() const
{
TemplateVector3<double> norm_vec (_x[0], _x[1], _x[2]);
TemplateVector3<double> norm_vec (this->_x[0], this->_x[1], this->_x[2]);
norm_vec.normalize();
return norm_vec;
}
......
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