Skip to content

Commit

Permalink
Adds int def after reabse
Browse files Browse the repository at this point in the history
  • Loading branch information
singhbalwinder committed Apr 23, 2024
1 parent 8341b3e commit 1a682f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/eamxx/src/physics/mam/mam_coupling.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ using uview_2d = typename ekat::template Unmanaged<typename KT::template view_2d

using PF = scream::PhysicsFunctions<DefaultDevice>;

using view_int_1d = typename KT::template view_1d<int>;

// number of constituents in gas chemistry "work arrays"
KOKKOS_INLINE_FUNCTION
constexpr int gas_pcnst() {
Expand Down

0 comments on commit 1a682f2

Please sign in to comment.