Skip to content
Snippets Groups Projects
Commit bff711d5 authored by Tim Behrens's avatar Tim Behrens
Browse files

*** empty log message ***

parent 81b1269d
No related branches found
No related tags found
No related merge requests found
......@@ -1021,7 +1021,7 @@ float median(const ColumnVector& x)
inline void cart2sph(const ColumnVector& dir, float& th, float& ph)
void cart2sph(const ColumnVector& dir, float& th, float& ph)
{
float mag=sqrt(dir(1)*dir(1)+dir(2)*dir(2)+dir(3)*dir(3));
if(mag==0){
......
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