Skip to content

Commit

Permalink
Changes due to code review feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
overfelt committed Jul 29, 2024
1 parent 1f77bf0 commit 2890ec1
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@
// For component name
#include <string>

#ifndef KOKKOS_ENABLE_CUDA
#define protected_except_cuda public
#define private_except_cuda public
#else
#define protected_except_cuda protected
#define private_except_cuda private
#endif

namespace scream {

/*
Expand Down

0 comments on commit 2890ec1

Please sign in to comment.