Changeset 514 in Sophya for trunk/SophyaLib/Samba/anagen.h


Ignore:
Timestamp:
Oct 25, 1999, 6:43:04 PM (26 years ago)
Author:
ansari
Message:

elimination des OVector/OMatrix au profit des TVector/TMatrix cmv 25/10/99

File:
1 edited

Legend:

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

    r508 r514  
    44#include <complex>
    55#include <vector>
    6 #include "cvector.h"
     6#include "tvector.h"
    77#include "sphericalmap.h"
    88
     
    1010             vector< vector< complex<double> > >& alm, double cos_theta_cut);
    1111
    12 void comp_phas2gen(int nsmax,int nlmax,int nmmax, OVector datain,
     12void comp_phas2gen(int nsmax,int nlmax,int nmmax, Vector datain,
    1313                int nph,vector< complex<double> >& dataout,double phi0);
    1414
Note: See TracChangeset for help on using the changeset viewer.