From 1a682f215e6e726ecc1fede3d1a293dcdf6228ad Mon Sep 17 00:00:00 2001 From: Balwinder Singh Date: Tue, 23 Apr 2024 16:43:08 -0700 Subject: [PATCH] Adds int def after reabse --- components/eamxx/src/physics/mam/mam_coupling.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/eamxx/src/physics/mam/mam_coupling.hpp b/components/eamxx/src/physics/mam/mam_coupling.hpp index 09f60f7af22..ae8c84210b5 100644 --- a/components/eamxx/src/physics/mam/mam_coupling.hpp +++ b/components/eamxx/src/physics/mam/mam_coupling.hpp @@ -35,6 +35,8 @@ using uview_2d = typename ekat::template Unmanaged; +using view_int_1d = typename KT::template view_1d; + // number of constituents in gas chemistry "work arrays" KOKKOS_INLINE_FUNCTION constexpr int gas_pcnst() {