Update region_block_kokkos.h
This commit is contained in:
@ -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);
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user