Skip to content

Commit

Permalink
fix white space
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren committed Nov 17, 2024
1 parent d03ada3 commit 7293d1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Exec/DryRegTests/Terrain3d_Hemisphere/ERF_prob.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Problem::init_custom_pert (
const int khi = geomdata.Domain().bigEnd()[2];

const bool use_moisture = (sc.moisture_type != MoistureType::None);
const bool use_terrain = (SolverChoice::terrain_type != TerrainType::None);
const bool use_terrain = (SolverChoice::terrain_type != TerrainType::None);

AMREX_ALWAYS_ASSERT(bx.length()[2] == khi+1);

Expand Down
2 changes: 1 addition & 1 deletion Exec/DryRegTests/TurbulentInflow/ERF_prob.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Problem::init_custom_pert(
{
const bool use_moisture = (sc.moisture_type != MoistureType::None);

const bool use_terrain = (SolverChoice::terrain_type != TerrainType::None);
const bool use_terrain = (SolverChoice::terrain_type != TerrainType::None);

if (parms.KE_decay_height > 0) {
amrex::Print() << "Initial KE profile (order " << parms.KE_decay_order
Expand Down

0 comments on commit 7293d1f

Please sign in to comment.