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

« back to all changes in this revision

Viewing changes to src/MOLECULE/pair_lj_charmm_coul_charmm.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:
284
284
    error->all(FLERR,
285
285
               "Pair style lj/charmm/coul/charmm requires atom attribute q");
286
286
 
287
 
  neighbor->request(this);
 
287
  neighbor->request(this,instance_me);
288
288
 
289
289
  // require cut_lj_inner < cut_lj, cut_coul_inner < cut_coul
290
290