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

« back to all changes in this revision

Viewing changes to src/MANYBODY/pair_sw.h

  • 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:
31
31
  virtual void compute(int, int);
32
32
  void settings(int, char **);
33
33
  void coeff(int, char **);
34
 
  double init_one(int, int);
35
 
  void init_style();
 
34
  virtual double init_one(int, int);
 
35
  virtual void init_style();
36
36
 
37
37
 protected:
38
38
  struct Param {
56
56
  int maxparam;                 // max # of parameter sets
57
57
  Param *params;                // parameter set for an I-J-K interaction
58
58
 
59
 
  void allocate();
 
59
  virtual void allocate();
60
60
  void read_file(char *);
61
61
  void setup();
62
62
  void twobody(Param *, double, double &, int, double &);