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 1292 by chrisfen, Wed Jun 23 23:19:43 2004 UTC vs.
Revision 1313 by chrisfen, Sat Jun 26 15:40:49 2004 UTC

# Line 14 | Line 14
14   #include "cospmls.h"
15   #include "makeweights.h"
16   #include "FST_semi_memo.h"
17 + #include "SHFunc.hpp"
18  
19   using namespace std;
20  
# Line 25 | Line 26 | class SphereHarm{ (public)
26    void doTransforms(vector<double> gridData);
27    void printShapesFileStart(char name[200], char particle[80], double mass,
28                              double momInert[3][3]);
29 <  void printToShapesFile(char name[200], int index);
29 >  void printToShapesFile(char name[200], int index, double tolVal);
30 >  double normFactor(int L, int M);
31 >  double factorialFunc(double n);
32  
33   protected:
34    int l, m;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines