forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@4295 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
672b6728e8
commit
f3404df0f4
|
@ -97,6 +97,8 @@ class Pair : protected Pointers {
|
|||
virtual void swap_eam(double *, double **) {}
|
||||
virtual void reset_dt() {}
|
||||
virtual void min_pointers(double **, double **) {}
|
||||
virtual int pre_adapt(char *, int, int, int, int) {return -1;}
|
||||
virtual void adapt(int, int, int, int, int, double) {}
|
||||
|
||||
protected:
|
||||
int allocated; // 0/1 = whether arrays are allocated
|
||||
|
|
Loading…
Reference in New Issue