# | 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 42 | Line 42 | extern "C" { | |
42 | double* unitVectorArray_l, | |
43 | double* forceArray, | |
44 | 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 |