| # | 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 printToShapesFile(char name[200], int index); |
| 29 | > | void printToShapesFile(char name[200], int index, double tolVal); |
| 30 | double normFactor(int L, int M); | |
| 31 | double factorialFunc(double n); | |
| 32 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |