Changeset 508 in Sophya for trunk/SophyaLib/Samba/anagen.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/anagen.cc

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