Changeset 514 in Sophya for trunk/SophyaLib/Samba/syngen.h
- Timestamp:
- Oct 25, 1999, 6:43:04 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/syngen.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 … … 18 18 void syn_phasgen(const int nsmax,const int nlmax,const int nmmax, 19 19 const vector< complex<long double> >& datain, 20 int nph, OVector& dataout, double phi0,20 int nph, Vector& dataout, double phi0, 21 21 vector< complex<long double> >& bw); 22 22
Note:
See TracChangeset
for help on using the changeset viewer.