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 1313 by chrisfen, Sat Jun 26 15:40:49 2004 UTC vs.
Revision 1360 by gezelter, Tue Jul 20 20:02:15 2004 UTC

# Line 26 | Line 26 | class SphereHarm{ (public)
26    void doTransforms(vector<double> gridData);
27    void printShapesFileStart(char name[200], char particle[80], double mass,
28                              double momInert[3][3]);
29 +  void printShapesStreamStart(ostream& shapes, char particle[80], double mass,
30 +                              double momInert[3][3]);
31    void printToShapesFile(char name[200], int index, double tolVal);
32 +  void printToShapesStream(ostream& shapes, int index, double tolVal);
33    double normFactor(int L, int M);
34    double factorialFunc(double n);
35  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines