Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WarpX class: simplify return type of get_spectral_solver_fp using `au…
…to&` (#5656) This PR simplifies the return type of a method of the WarpX class by replacing: ``` # ifdef WARPX_DIM_RZ SpectralSolverRZ& # else SpectralSolver& # endif ``` with ``` auto& ```
- Loading branch information