--- trunk/SHAPES/SphereHarm.hpp 2004/06/23 20:28:39 1288 +++ trunk/SHAPES/SphereHarm.hpp 2004/06/23 23:19:43 1292 @@ -11,6 +11,9 @@ #include #include "fftw3.h" +#include "cospmls.h" +#include "makeweights.h" +#include "FST_semi_memo.h" using namespace std; @@ -20,7 +23,7 @@ class SphereHarm{ (public) SphereHarm( int bandWidth ); virtual ~SphereHarm(); void doTransforms(vector gridData); - void printShapesFileStart(char name[200], string particle, double mass, + void printShapesFileStart(char name[200], char particle[80], double mass, double momInert[3][3]); void printToShapesFile(char name[200], int index);