This function is deprecated.
//Replacement functions: CL_co_sph2car and // CL_vectAngle
// //Computes the angle between 2 vectors. Each vector is described by 2 spherical // coordinates (analogous to longitude and latitude).
//The three following formulas give the spherical distance between // two vectors (where lambda: longitude, phi:latitude):
//However, the first formula is used in this function as the two other ones may // lead to rounding errors for small angles or antipodal points.
//