~ubuntu-branches/debian/sid/lammps/sid

« back to all changes in this revision

Viewing changes to src/PERI/pair_peri_pmb.cpp

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2015-04-29 23:44:49 UTC
  • mfrom: (5.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20150429234449-mbhy9utku6hp6oq8
Tags: 0~20150313.gitfa668e1-1
Upload into unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
387
387
    if (strcmp(modify->fix[i]->style,"PERI_NEIGH") == 0) ifix_peri = i;
388
388
  if (ifix_peri == -1) error->all(FLERR,"Fix peri neigh does not exist");
389
389
 
390
 
  neighbor->request(this);
 
390
  neighbor->request(this,instance_me);
391
391
}
392
392
 
393
393
/* ----------------------------------------------------------------------