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


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.cc

    r508 r514  
    3737    double phi0;
    3838    float theta;
    39     OVector phin, datan, phis, datas;
     39    Vector phin, datan, phis, datas;
    4040    map.GetThetaSlice(map.NbThetaSlices()-ith-1,theta,phis,datas);
    4141    map.GetThetaSlice(ith,theta,phin,datan);
     
    7777
    7878
    79 void comp_phas2gen(int nsmax,int nlmax,int nmmax, OVector datain,
     79void comp_phas2gen(int nsmax,int nlmax,int nmmax, Vector datain,
    8080                int nph,vector< complex<double> >& dataout,double phi0){
    8181  /*=======================================================================
     
    9292  //FFTVector outf=FFTServer::solve(inf,-1);
    9393  FFTServer fft;
    94   OVector outf;
     94  Vector outf;
    9595  //cout<<"in :"<<datain<<endl;
    9696  fft.fftb(datain,outf);
Note: See TracChangeset for help on using the changeset viewer.