- Timestamp:
- Oct 30, 2014, 9:25:31 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140904/Ohana/src/libohana/include/ohana.h
r37533 r37538 447 447 double legendre_Plm_sphere(int l, int m, double x, double *err); 448 448 449 # endif 449 typedef struct { 450 double *dR_B; 451 double *dR_E; 452 double *dD_B; 453 double *dD_E; 454 int lmax; 455 int Nterms; 456 } VSHterms; 457 458 VSHterms *InitVSHterms (int lmax); 459 void getVSHterms (VSHterms *terms, double R, double D); 460 461 # endif
Note:
See TracChangeset
for help on using the changeset viewer.
