- Timestamp:
- Nov 2, 2014, 3:36:37 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140904/Ohana/src/libohana/include/ohana.h
r37538 r37546 448 448 449 449 typedef struct { 450 double *Fr; 451 double *Fi; 452 int *l; 453 int *m; 454 int lmax; 455 int Nterms; 456 } SHterms; 457 458 SHterms *SHtermsInit (int lmax); 459 void SHtermsFree (SHterms *terms); 460 void SHtermsForRD (SHterms *terms, double R, double D); 461 void SHtermsForLM (SHterms *terms, double R, double D, int l, int m); 462 463 typedef struct { 450 464 double *dR_B; 451 465 double *dR_E; 452 466 double *dD_B; 453 467 double *dD_E; 468 int *l; 469 int *m; 454 470 int lmax; 455 471 int Nterms; 456 472 } VSHterms; 457 473 458 VSHterms *InitVSHterms (int lmax); 459 void getVSHterms (VSHterms *terms, double R, double D); 460 461 # endif 474 VSHterms *VSHtermsInit (int lmax); 475 void VSHtermsFree (VSHterms *terms); 476 void VSHtermsForRD (VSHterms *terms, double R, double D); 477 void VSHtermsForLM (VSHterms *terms, double R, double D, int l, int m); 478 479 # endif
Note:
See TracChangeset
for help on using the changeset viewer.
