ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/SHAPES/SphereHarm.hpp
(Generate patch)

Comparing trunk/SHAPES/SphereHarm.hpp (file contents):
Revision 1288 by chrisfen, Wed Jun 23 20:28:39 2004 UTC vs.
Revision 1292 by chrisfen, Wed Jun 23 23:19:43 2004 UTC

# Line 11 | Line 11
11   #include <fstream>
12  
13   #include "fftw3.h"
14 + #include "cospmls.h"
15 + #include "makeweights.h"
16 + #include "FST_semi_memo.h"
17  
18   using namespace std;
19  
# Line 20 | Line 23 | class SphereHarm{ (public)
23    SphereHarm( int bandWidth );
24    virtual ~SphereHarm();
25    void doTransforms(vector<double> gridData);
26 <  void printShapesFileStart(char name[200], string particle, double mass,
26 >  void printShapesFileStart(char name[200], char particle[80], double mass,
27                              double momInert[3][3]);
28    void printToShapesFile(char name[200], int index);
29  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines