Skip to content
Snippets Groups Projects
Commit 60faca28 authored by Christian Negre's avatar Christian Negre
Browse files

added tilt factors

parent 6032b884
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,8 @@ using namespace FixConst;
extern "C" {
void latte(int *, int *, double *, int *, int *,
double *, double *, double *, double *, int*,
double *, double *, double *, double *,
double *, double *, double *, int*,
double *, double *, double *, double * );
}
......@@ -281,8 +282,9 @@ void FixLatte::post_force(int vflag)
else forces = &atom->f[0][0];
int maxiter = -1;
latte(flags,&natoms,coords,type,&ntypes,mass,boxlo,boxhi,
latte(flags,&natoms,coords,type,&ntypes,mass,boxlo,boxhi,&domain->xy,
&domain->xz,&domain->yz,
forces,&maxiter,&latte_energy,&atom->v[0][0],&update->dt,virial);
// sum LATTE forces to LAMMPS (Coulombic) forces
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment