| 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 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 |
|
|