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 1309 by chrisfen, Fri Jun 25 20:10:53 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 26 | Line 27 | class SphereHarm{ (public)
27    void printShapesFileStart(char name[200], char particle[80], double mass,
28                              double momInert[3][3]);
29    void printToShapesFile(char name[200], int index);
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