--- trunk/SHAPES/SphereHarm.hpp 2004/06/23 23:19:43 1292 +++ trunk/SHAPES/SphereHarm.hpp 2004/06/25 20:10:53 1309 @@ -14,6 +14,7 @@ #include "cospmls.h" #include "makeweights.h" #include "FST_semi_memo.h" +#include "SHFunc.hpp" using namespace std; @@ -26,6 +27,8 @@ class SphereHarm{ (public) void printShapesFileStart(char name[200], char particle[80], double mass, double momInert[3][3]); void printToShapesFile(char name[200], int index); + double normFactor(int L, int M); + double factorialFunc(double n); protected: int l, m;