--- trunk/SHAPES/SphereHarm.hpp 2004/06/26 15:40:49 1313 +++ trunk/SHAPES/SphereHarm.hpp 2004/07/20 20:02:15 1360 @@ -26,7 +26,10 @@ class SphereHarm{ (public) void doTransforms(vector gridData); void printShapesFileStart(char name[200], char particle[80], double mass, double momInert[3][3]); + void printShapesStreamStart(ostream& shapes, char particle[80], double mass, + double momInert[3][3]); void printToShapesFile(char name[200], int index, double tolVal); + void printToShapesStream(ostream& shapes, int index, double tolVal); double normFactor(int L, int M); double factorialFunc(double n);