make PairTable::allocate() virtual

forgot to extract this change when
separating the commits for PairTableRX
and PairTableKokkos.
This commit is contained in:
Dan Ibanez 2017-01-05 20:46:05 -07:00
parent b9144d6332
commit 9bf771207d
1 changed files with 1 additions and 1 deletions

View File

@ -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 *);