Changeset 514 in Sophya for trunk/SophyaLib/Samba/anagen.h
- Timestamp:
- Oct 25, 1999, 6:43:04 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/anagen.h
r508 r514 4 4 #include <complex> 5 5 #include <vector> 6 #include " cvector.h"6 #include "tvector.h" 7 7 #include "sphericalmap.h" 8 8 … … 10 10 vector< vector< complex<double> > >& alm, double cos_theta_cut); 11 11 12 void comp_phas2gen(int nsmax,int nlmax,int nmmax, OVector datain,12 void comp_phas2gen(int nsmax,int nlmax,int nmmax, Vector datain, 13 13 int nph,vector< complex<double> >& dataout,double phi0); 14 14
Note:
See TracChangeset
for help on using the changeset viewer.