diff --git a/vector.hpp b/vector.hpp index e15730c4..98b236e2 100644 --- a/vector.hpp +++ b/vector.hpp @@ -86,7 +86,7 @@ namespace util { } // convert vector in cartesian coordinates (x,y,z) to spherical - // coordinates (r,theta,phi) with theta inclination and phi azimuth. + // coordinates (r,inclination,azimuth) with theta inclination and phi azimuth. template constexpr vector<3,T> cartesian_to_spherical (vector<3,T> c)