Ignore:
Timestamp:
Mar 1, 2000, 5:46:20 PM (26 years ago)
Author:
ansari
Message:

ajustement de type double r_8 etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Samba/sphericaltransformserver.h

    r729 r746  
    1010
    1111
     12namespace SOPHYA {
    1213
    1314//
     
    9899\f$\sum_{k=0}^{nphi}datain(\theta,\varphi_k)e^{im\varphi_k}\f$ for (mmax+1) values of \f$m\f$ from 0 to mmax.
    99100   */
    100  TVector< complex<T> > CFromFourierAnalysis(int_4 nlmax,int_4 mmax,
     101 TVector< complex<T> > CFromFourierAnalysis(int_4 mmax,
    101102                                  const TVector<complex<T> > datain,
    102103                                  r_8 phi0) const;
    103104/* same as previous one, but with a "datain" which is real (not complex) */
    104  TVector< complex<T> > CFromFourierAnalysis(int_4 nlmax,int_4 mmax,
     105 TVector< complex<T> > CFromFourierAnalysis(int_4 mmax,
    105106                         const TVector<T> datain, 
    106107                                  r_8 phi0) const;
     
    122123
    123124  */
    124 void almFromWX(int_4 nph, int_4 nlmax, int_4 nmmax, r_8 phi0,
     125void almFromWX(int_4 nlmax, int_4 nmmax, r_8 phi0,
    125126               r_8 domega, r_8 theta,
    126127               const TVector<T>& dataq, const TVector<T>& datau,
     
    200201 FFTServerInterface* fftIntfPtr_;
    201202};
     203} // Fin du namespace
    202204
    203205
Note: See TracChangeset for help on using the changeset viewer.