Skip to content

Commit

Permalink
Update ExampleCodes/SWFFT/SWFFT_poisson/swfft_solver.cpp
Browse files Browse the repository at this point in the history
Fix style. It contains a tab, and it's an unnecessary change.
  • Loading branch information
WeiqunZhang authored Aug 29, 2024
1 parent 98ac4ce commit 6c1f4b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ExampleCodes/SWFFT/SWFFT_poisson/swfft_solver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ swfft_solver(MultiFab& rhs, MultiFab& soln, Geometry& geom, int verbose)
Real start_time = amrex::second();

// Assume for now that nx = ny = nz

int Ndims[3] = { nbz, nby, nbx };
int n[3] = {domain.length(2), domain.length(1), domain.length(0)};
hacc::Distribution d(MPI_COMM_WORLD,n,Ndims,&rank_mapping[0]);
Expand Down

0 comments on commit 6c1f4b6

Please sign in to comment.