Skip to content

Commit

Permalink
fix trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilet committed Jan 15, 2024
1 parent a62dde6 commit ad44ff3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/embedded_boundaries/eb_box.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ void incflo::make_eb_box()
Vector<Real> boxLo(AMREX_SPACEDIM), boxHi(AMREX_SPACEDIM);
Real offset = 1.0e-15;
bool inside = true;

for(int i = 0; i < AMREX_SPACEDIM; i++)
{
boxLo[i] = geom[0].ProbLo(i);
Expand Down Expand Up @@ -84,12 +84,12 @@ void incflo::make_eb_box()

RealArray lo {AMREX_D_DECL(xlo, ylo, zlo)};
RealArray hi {AMREX_D_DECL(xhi, yhi, zhi)};

EB2::BoxIF my_box(lo, hi, inside);

// Generate GeometryShop
auto gshop = EB2::makeShop(my_box);

// Build index space
int max_level_here = 0;
int max_coarsening_level = 100;
Expand Down
2 changes: 1 addition & 1 deletion src/prob/prob_init_fluid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ void incflo::init_jump (Box const& vbx, Box const& /*gbx*/,
else if (1102 == m_probtype) {
direction = 2;
}

int half_num_cells = domain.length(direction) / 2;
amrex::ParallelFor(vbx, [=] AMREX_GPU_DEVICE (int i, int j, int k) noexcept
{
Expand Down

0 comments on commit ad44ff3

Please # to comment.