forked from lijiext/lammps
make PairTable::allocate() virtual
forgot to extract this change when separating the commits for PairTableRX and PairTableKokkos.
This commit is contained in:
parent
b9144d6332
commit
9bf771207d
|
@ -58,7 +58,7 @@ class PairTable : public Pair {
|
||||||
|
|
||||||
int **tabindex;
|
int **tabindex;
|
||||||
|
|
||||||
void allocate();
|
virtual void allocate();
|
||||||
void read_table(Table *, char *, char *);
|
void read_table(Table *, char *, char *);
|
||||||
void param_extract(Table *, char *);
|
void param_extract(Table *, char *);
|
||||||
void bcast_table(Table *);
|
void bcast_table(Table *);
|
||||||
|
|
Loading…
Reference in New Issue