Skip to content

Commit

Permalink
Get Post call too.
Browse files Browse the repository at this point in the history
  • Loading branch information
AMLattanzi committed Jan 6, 2025
1 parent adaa3ff commit 886c034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/TimeIntegration/ERF_SlowRhsPost.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ void erf_slow_rhs_post (int level, int finest_level,
TurbChoice tc = solverChoice.turbChoice[level];

const MultiFab* t_mean_mf = nullptr;
if (most) t_mean_mf = most->get_mac_avg(0,2);
if (most) t_mean_mf = most->get_mac_avg(level,2);

const bool l_use_terrain = (solverChoice.mesh_type != MeshType::ConstantDz);
const bool l_moving_terrain = (solverChoice.terrain_type == TerrainType::Moving);
Expand Down

0 comments on commit 886c034

Please sign in to comment.