| # | Line 20 | Line 20 | extern "C" { | |
|---|---|---|
| 20 | double* charge, | |
| 21 | double* dipole_moment, | |
| 22 | int* status ); | |
| 23 | < | |
| 23 | > | |
| 24 | typedef void (*newEAMtype_TD)( double* lattice_constant, | |
| 25 | int* eam_nrho, | |
| 26 | double* eam_drho, | |
| # | 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, | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |