source: Sophya/trunk/SophyaLib/Samba/harmspher.h@ 2634

Last change on this file since 2634 was 2633, checked in by cmv, 21 years ago

theta part of spherical harmonics, dtans-alone routine cmv 19/11/04

File size: 181 bytes
Line 
1#ifndef HARMSPHER_SEEN
2#define HARMSPHER_SEEN
3
4double HarmSph_array(int lmax,int m,double x,double *xlm);
5double HarmSph_array_teta(int lmax,int m,double teta,double *xlm);
6
7#endif
Note: See TracBrowser for help on using the repository browser.