From 2890ec1f87bdf12f910d28667e8a35a822e7df89 Mon Sep 17 00:00:00 2001 From: James Overfelt Date: Mon, 29 Jul 2024 11:30:38 -0600 Subject: [PATCH] Changes due to code review feedback. --- .../physics/mam/eamxx_mam_wetscav_process_interface.hpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/components/eamxx/src/physics/mam/eamxx_mam_wetscav_process_interface.hpp b/components/eamxx/src/physics/mam/eamxx_mam_wetscav_process_interface.hpp index ac811cab34d..9d1dc20bc88 100644 --- a/components/eamxx/src/physics/mam/eamxx_mam_wetscav_process_interface.hpp +++ b/components/eamxx/src/physics/mam/eamxx_mam_wetscav_process_interface.hpp @@ -10,14 +10,6 @@ // For component name #include -#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 { /*