Skip to content

Commit

Permalink
Clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
singhbalwinder committed Apr 30, 2024
1 parent 2cb51e5 commit 973cc87
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -469,9 +469,8 @@ void call_function_dropmixnuc(

// Construct state_q (interstitial) and qqcw (cloud borne) arrays
Kokkos::parallel_for(
Kokkos::TeamThreadRange(team, 0u, mam4::ndrop::pver),
Kokkos::TeamThreadRange(team, 0u, mam4::ndrop::pver),
[=](int klev) {

Real state_q_at_lev_col[mam4::aero_model::pcnst] = {};

// get state_q at a grid cell (col,lev)
Expand Down

0 comments on commit 973cc87

Please sign in to comment.