Skip to content

Commit

Permalink
EOL whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnonaka committed Jan 4, 2025
1 parent 1d0fb7e commit af2ac09
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src_analysis/StructFact.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -565,8 +565,6 @@ void StructFact::CallFinalize(const int& zero_avg)
Finalize(cov_real_temp, cov_imag_temp, zero_avg);
}



void StructFact::ShiftFFT(MultiFab& dft_out, const int& zero_avg) {

BL_PROFILE_VAR("StructFact::ShiftFFT()",ShiftFFT);
Expand Down Expand Up @@ -604,11 +602,11 @@ void StructFact::ShiftFFT(MultiFab& dft_out, const int& zero_avg) {
const Box& bx = mfi.tilebox();
const Array4<Real>& dft_temp = dft_onegrid_temp.array(mfi);
amrex::ParallelFor(bx, [=] AMREX_GPU_DEVICE (int i, int j, int k) noexcept
{
{
if (i == 0 && j == 0 && k == 0) {
dft_temp(i,j,k) = 0.;
}
});
});
}
}

Expand Down

0 comments on commit af2ac09

Please sign in to comment.