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

« back to all changes in this revision

Viewing changes to src/MOLECULE/dihedral_multi_harmonic.cpp

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2013-11-20 22:41:36 UTC
  • mfrom: (1.2.2)
  • Revision ID: package-import@ubuntu.com-20131120224136-tzx7leh606fqnckm
Tags: 0~20131119.git7162cf0-1
* [e65b919] Imported Upstream version 0~20131119.git7162cf0
* [f7bddd4] Fix some problems, introduced by upstream recently.
* [3616dfc] Use wrap-and-sort script.
* [7e92030] Ignore quilt dir

Show diffs side-by-side

added added

removed removed

Lines of Context:
273
273
  int ilo,ihi;
274
274
  force->bounds(arg[0],atom->ndihedraltypes,ilo,ihi);
275
275
 
276
 
  double a1_one = force->numeric(arg[1]);
277
 
  double a2_one = force->numeric(arg[2]);
278
 
  double a3_one = force->numeric(arg[3]);
279
 
  double a4_one = force->numeric(arg[4]);
280
 
  double a5_one = force->numeric(arg[5]);
 
276
  double a1_one = force->numeric(FLERR,arg[1]);
 
277
  double a2_one = force->numeric(FLERR,arg[2]);
 
278
  double a3_one = force->numeric(FLERR,arg[3]);
 
279
  double a4_one = force->numeric(FLERR,arg[4]);
 
280
  double a5_one = force->numeric(FLERR,arg[5]);
281
281
 
282
282
  int count = 0;
283
283
  for (int i = ilo; i <= ihi; i++) {