Skip to content
Snippets Groups Projects
Commit 9bf77120 authored by Dan Ibanez's avatar Dan Ibanez
Browse files

make PairTable::allocate() virtual

forgot to extract this change when
separating the commits for PairTableRX
and PairTableKokkos.
parent b9144d63
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ class PairTable : public Pair { ...@@ -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 *);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment