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

« back to all changes in this revision

Viewing changes to src/USER-MISC/angle_cosine_shift.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:
174
174
  int ilo,ihi;
175
175
  force->bounds(arg[0],atom->nangletypes,ilo,ihi);
176
176
 
177
 
  double umin   = force->numeric(arg[1]);
178
 
  double theta0 = force->numeric(arg[2]);
 
177
  double umin   = force->numeric(FLERR,arg[1]);
 
178
  double theta0 = force->numeric(FLERR,arg[2]);
179
179
 
180
180
// k=Umin/2
181
181