Merge remote-tracking branch 'lammps-ro/master' into lammps-icms

Resolved Conflicts:
	src/RIGID/fix_rigid_small.cpp
This commit is contained in:
Axel Kohlmeyer
2014-01-16 20:53:36 -05:00
101 changed files with 361 additions and 350 deletions

View File

@ -826,7 +826,7 @@ void FixIMD::post_force(int vflag)
int *tag = atom->tag;
double **x = atom->x;
tagint *image = atom->image;
imageint *image = atom->image;
int nlocal = atom->nlocal;
int *mask = atom->mask;
struct commdata *buf;