Skip to content

Commit

Permalink
EAMxx: fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
bartgol committed May 16, 2024
1 parent 1f470ad commit c73350d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions components/eamxx/src/diagnostics/tests/number_paths_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ void run(std::mt19937_64 &engine) {
using PC = scream::physics::Constants<Real>;
using KT = ekat::KokkosTypes<DeviceT>;
using ESU = ekat::ExeSpaceUtils<typename KT::ExeSpace>;
using MemberType = typename KT::MemberType;
using view_1d = typename KT::template view_1d<Real>;

constexpr int num_levs = 33;
Expand All @@ -52,9 +51,6 @@ void run(std::mt19937_64 &engine) {
const int ncols = 10;
auto gm = create_gm(comm, ncols, num_levs);

// Kokkos Policy
auto policy = ESU::get_default_team_policy(ncols, num_levs);

// Input (randomized) views
view_1d pseudo_density("pseudo_density", num_levs), qc("qc", num_levs),
nc("nc", num_levs), qr("qr", num_levs), nr("nr", num_levs),
Expand Down

0 comments on commit c73350d

Please sign in to comment.