--- trunk/SHAPES/SphereHarm.hpp 2004/06/23 22:43:54 1291 +++ trunk/SHAPES/SphereHarm.hpp 2004/06/23 23:19:43 1292 @@ -23,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);