Skip to content
Snippets Groups Projects
Commit 64840388 authored by Saad Jbabdi's avatar Saad Jbabdi
Browse files

SJ changes for cfdt
parent 5d383e87
No related branches found
No related tags found
No related merge requests found
......@@ -165,6 +165,7 @@ namespace MISCMATHS {
void cart2sph(const ColumnVector& dir, float& th, float& ph);// cartesian to sperical polar coordinates
void cart2sph(const Matrix& dir,ColumnVector& th,ColumnVector& ph);//ditto
void cart2sph(const vector<ColumnVector>& dir,ColumnVector& th,ColumnVector& ph);// same but in a vector
// returns the first P such that 2^P >= abs(N).
int nextpow2(int n);
......
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