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

« back to all changes in this revision

Viewing changes to src/special.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:
175
175
  memory->destroy(count);
176
176
 
177
177
  // -----------------------------------------------------
178
 
  // done if special_bonds for 1-3, 1-4 are set to 1.0
 
178
  // done if special_bond weights for 1-3, 1-4 are set to 1.0
179
179
  // -----------------------------------------------------
180
180
 
181
181
  if (force->special_lj[2] == 1.0 && force->special_coul[2] == 1.0 &&
292
292
 
293
293
  memory->destroy(buf);
294
294
 
295
 
  // done if special_bonds for 1-4 are set to 1.0
 
295
  // done if special_bond weights for 1-4 are set to 1.0
296
296
 
297
297
  if (force->special_lj[3] == 1.0 && force->special_coul[3] == 1.0) {
298
298
    dedup();