Skip to content

Commit

Permalink
Add const
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgrote committed Jun 10, 2024
1 parent 8b41ad7 commit 355d991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/FieldSolver/SpectralSolver/SpectralFieldDataRZ.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ SpectralFieldDataRZ::SpectralFieldDataRZ (const int lev,
#endif

// Create the Hankel transformer for each box.
amrex::XDim3 xyzmax = WarpX::UpperCorner(mfi.tilebox(), lev, 0._rt);
amrex::XDim3 const xyzmax = WarpX::UpperCorner(mfi.tilebox(), lev, 0._rt);
multi_spectral_hankel_transformer[mfi] = SpectralHankelTransformer(grid_size[0], n_rz_azimuthal_modes, xyzmax.x);
}
}
Expand Down

0 comments on commit 355d991

Please sign in to comment.