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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ class PairTable : public Pair {

  int **tabindex;

  void allocate();
  virtual void allocate();
  void read_table(Table *, char *, char *);
  void param_extract(Table *, char *);
  void bcast_table(Table *);