Update region_block_kokkos.h

This commit is contained in:
alphataubio
2024-10-08 18:18:03 -04:00
parent 0f627059fc
commit f7afc63b53

View File

@ -71,9 +71,9 @@ class RegBlockKokkos : public RegBlock, public KokkosBase {
KOKKOS_INLINE_FUNCTION
void add_contact(int, double *, double, double, double);
KOKKOS_INLINE_FUNCTION
int surface_interior(double *, double) override;
int surface_interior(double *, double);
KOKKOS_INLINE_FUNCTION
int surface_exterior(double *, double) override;
int surface_exterior(double *, double);
};