From 64840388d0e6e73378cc04176feb756965dd2d15 Mon Sep 17 00:00:00 2001 From: Saad Jbabdi <saad@fmrib.ox.ac.uk> Date: Wed, 14 Jun 2006 17:30:11 +0000 Subject: [PATCH] SJ changes for cfdt --- miscmaths.h | 1 + 1 file changed, 1 insertion(+) diff --git a/miscmaths.h b/miscmaths.h index f32b983..7c28d54 100644 --- a/miscmaths.h +++ b/miscmaths.h @@ -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); -- GitLab