Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
marchdf committed Sep 15, 2023
1 parent e92d479 commit d886797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/EB/eb_converging_nozzle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ void make_eb_converging_nozzle (const Geometry& geom, int required_coarsening_le
pp.query("l_inlet", l_inlet);
pp.query("l_nozzle", l_nozzle);
pp.query("d_exit", d_exit);

amrex::EB2::CylinderIF main(
0.5 * d_inlet, 0,
{AMREX_D_DECL(static_cast<amrex::Real>(0.5 * l_inlet), 0, 0)}, true);
Expand Down

0 comments on commit d886797

Please sign in to comment.