Changeset 514 in Sophya for trunk/SophyaLib/Samba/syngen.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/syngen.h

    r508 r514  
    44#include <complex>
    55#include <vector>
    6 #include "cvector.h"
     6#include "tvector.h"
    77#include "sphericalmap.h"
    88
     
    1818void syn_phasgen(const int nsmax,const int nlmax,const int nmmax,
    1919              const vector< complex<long double> >& datain,
    20               int nph, OVector& dataout, double phi0,
     20              int nph, Vector& dataout, double phi0,
    2121              vector< complex<long double> >& bw);
    2222
Note: See TracChangeset for help on using the changeset viewer.