| 4 |
|
// this defines some function lists, that are too long to keep track |
| 5 |
|
// of everywhere |
| 6 |
|
|
| 7 |
< |
#define makeAtypeList ( int* unique_ident, int* isLJ, int* isSticky, int* isDipole, int* isGB, double* lj_epslon, double* lj_sigma, double* dipole_moment, int* status ) |
| 7 |
> |
#define makeAtypeList ( int* unique_ident, int* isLJ, int* isSticky, int* isDipole, int* isGB, int* isEAM,double* lj_epslon, double* lj_sigma, double* dipole_moment, int* status ) |
| 8 |
|
|
| 9 |
+ |
#define newEAMtype_List ( double* lattice_constant, int* eam_nrho,double* eam_drho,int* eam_nr, double* eam_dr, double* eam_rcut, double* eam_rvals, double* eam_rhovals, double* eam_Frhovals, int* eam_ident, int* status ) |
| 10 |
+ |
|
| 11 |
+ |
|
| 12 |
+ |
|
| 13 |
|
#define initFortranFFList ( int* LJ_mix_policy, int* useReactionField, int *isError ) |
| 14 |
|
|
| 15 |
|
#define doForceLoopList ( double* positionArray, double* RotationMatrixArray, double* unitVectorArray_l, double* forceArray, double *torqueArray, double* StressTensor, double* potentialEnergy, short int* doPotentialCalc, short int* doStressCalc, int* isError ) |