Adjust computeForce parameters for stub

Signed-off-by: Rafael Ravedutti <rafaelravedutti@gmail.com>
This commit is contained in:
Rafael Ravedutti 2021-04-21 11:28:02 +02:00
parent 5131b7bcaa
commit d3121ee08f
2 changed files with 2 additions and 3 deletions

View File

@ -31,8 +31,7 @@ double computeForce(
Parameter *param, Parameter *param,
Atom *atom, Atom *atom,
Neighbor *neighbor, Neighbor *neighbor,
int profile, int profile)
int ntimes)
{ {
int Nlocal = atom->Nlocal; int Nlocal = atom->Nlocal;
int* neighs; int* neighs;

View File

@ -16,7 +16,7 @@
#define LATTICE_DISTANCE 10.0 #define LATTICE_DISTANCE 10.0
#define NEIGH_DISTANCE 1.0 #define NEIGH_DISTANCE 1.0
extern double computeForce( Parameter*, Atom*, Neighbor*, int, int); extern double computeForce( Parameter*, Atom*, Neighbor*, int);
void init(Parameter *param) { void init(Parameter *param) {
param->epsilon = 1.0; param->epsilon = 1.0;