Skip to content

Commit

Permalink
EAMxx: remove unused code.
Browse files Browse the repository at this point in the history
  • Loading branch information
odiazib committed Nov 13, 2024
1 parent 34c840f commit 46cc455
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,12 @@

namespace scream::mam_coupling {

using ExeSpace = typename KT::ExeSpace;
using ESU = ekat::ExeSpaceUtils<ExeSpace>;

// views for single- and multi-column data

using const_view_1d = typename KT::template view_1d<const Real>;
using view_int_2d = typename KT::template view_2d<int>;

using view_1d_host = typename KT::view_1d<Real>::HostMirror;
using view_3d_host = typename KT::view_3d<Real>::HostMirror;
using view_int_3d_host = typename KT::view_3d<int>::HostMirror;
using view_int_2d_host = typename KT::view_2d<int>::HostMirror;

Expand Down

0 comments on commit 46cc455

Please sign in to comment.