| # | Line 38 | Line 38 | extern "C" { | |
|---|---|---|
| 38 | int *isError ); | |
| 39 | ||
| 40 | typedef void (*doForceLoop_TD)( double* positionArray, | |
| 41 | + | double* rcArray, |
| 42 | + | double* massRatioArray, |
| 43 | double* RotationMatrixArray, | |
| 44 | double* unitVectorArray_l, | |
| 45 | double* forceArray, | |
| 46 | double *torqueArray, | |
| 45 | – | double* rcArray, |
| 46 | – | double* massRatioArray, |
| 47 | double* StressTensor, | |
| 48 | double* potentialEnergy, | |
| 49 | short int* doPotentialCalc, | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |