Changeset 508 in Sophya for trunk/SophyaLib/Samba/syngen.cc


Ignore:
Timestamp:
Oct 25, 1999, 12:36:22 PM (26 years ago)
Author:
ansari
Message:

Vector/Matrix OVector/OMatrix cmv 25/10/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Samba/syngen.cc

    r468 r508  
    4343    double phi0;
    4444    float theta,thetas;
    45     Vector phin, datan,phis,datas;
     45    OVector phin, datan,phis,datas;
    4646    map.GetThetaSlice(map.NbThetaSlices()-ith-1,thetas,phis,datas);
    4747    map.GetThetaSlice(ith,theta,phin,datan);
     
    104104void syn_phasgen(const int nsmax,const int nlmax,const int nmmax,
    105105              const vector< complex<long double> >& datain,
    106               int nph, Vector& dataout, double phi0,
     106              int nph, OVector& dataout, double phi0,
    107107              vector< complex<long double> >& bw){
    108108
Note: See TracChangeset for help on using the changeset viewer.