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

« back to all changes in this revision

Viewing changes to src/FLD/pair_lubricateU_poly.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:
1228
1228
    RS0 = 20.0/3.0*MY_PI*mu*(1.0 + 3.64*vol_f - 6.95*vol_f*vol_f);
1229
1229
  }
1230
1230
 
1231
 
  int irequest = neighbor->request(this);
 
1231
  int irequest = neighbor->request(this,instance_me);
1232
1232
  neighbor->requests[irequest]->half = 0;
1233
1233
  neighbor->requests[irequest]->full = 1;
1234
1234
}