# | Line 23 | Line 23 | class SphereHarm{ (public) | |
---|---|---|
23 | SphereHarm( int bandWidth ); | |
24 | virtual ~SphereHarm(); | |
25 | void doTransforms(vector<double> gridData); | |
26 | < | void printShapesFileStart(char name[200], string particle, double mass, |
26 | > | void printShapesFileStart(char name[200], char particle[80], double mass, |
27 | double momInert[3][3]); | |
28 | void printToShapesFile(char name[200], int index); | |
29 | ||
# | Line 46 | Line 46 | class SphereHarm{ (public) | |
46 | ||
47 | }; | |
48 | ||
49 | < | #endif |
49 | > | #endif |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |