| 10 |
|
|
| 11 |
|
#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 ) |
| 12 |
|
|
| 13 |
< |
#define LJ_new_rcut_List( double* rcut, int* status); |
| 13 |
> |
#define LJ_new_rcut_List ( double* rcut, int* status ) |
| 14 |
|
|
| 15 |
< |
#define set_sticky_params_List( double* sticky_w0, double* sticky_v0); |
| 15 |
> |
#define set_sticky_params_List ( double* sticky_w0, double* sticky_v0 ) |
| 16 |
|
|
| 17 |
< |
#define set_gb_pair_params_List(double* sigma, double* l2b_ratio, double* eps, double* eps_ratio, double* mu, double* nu); |
| 17 |
> |
#define set_gb_pair_params_List ( double* sigma, double* l2b_ratio, double* eps, double* eps_ratio, double* mu, double* nu ) |
| 18 |
|
|
| 19 |
|
#define setFortranSimList ( simtype* the_Info, int* nLocal, int* identArray, int* nLocalExcludes, int* excludesLocalArray, int* nGloabalsExcludes, int* excludesGlobalArray, int* isError ) |
| 20 |
|
|