From b9b62822ee8e5bf5b801eb1f190843bd449afc8e Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sun, 28 Jul 2024 16:00:57 -0400 Subject: [PATCH] add missing "override" property --- src/KOKKOS/pair_uf3_kokkos.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/KOKKOS/pair_uf3_kokkos.h b/src/KOKKOS/pair_uf3_kokkos.h index 15c2832da1..ac3203a7ee 100644 --- a/src/KOKKOS/pair_uf3_kokkos.h +++ b/src/KOKKOS/pair_uf3_kokkos.h @@ -44,7 +44,7 @@ template class PairUF3Kokkos : public PairUF3 { void compute(int, int) override; void settings(int, char **) override; void coeff(int, char **) override; - void allocate(); + void allocate() override; void init_style() override; void init_list(int, class NeighList *) override; // needed for ptr to full neigh list double init_one(int, int) override; // needed for cutoff radius for neighbour list