Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 6, 2024
1 parent ddeb4ac commit ffc1469
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/problems/MetalAdvectionProblem/test_sne.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,8 @@ template <> void QuokkaSimulation<NewProblem>::computeAfterLevelAdvance(int lev,
}

template <>
AMREX_GPU_DEVICE AMREX_FORCE_INLINE auto
HydroSystem<NewProblem>::GetGradFixedPotential(amrex::GpuArray<amrex::Real, AMREX_SPACEDIM> posvec) -> amrex::GpuArray<amrex::Real, AMREX_SPACEDIM>
AMREX_GPU_DEVICE AMREX_FORCE_INLINE auto HydroSystem<NewProblem>::GetGradFixedPotential(amrex::GpuArray<amrex::Real, AMREX_SPACEDIM> posvec)
-> amrex::GpuArray<amrex::Real, AMREX_SPACEDIM>
{

amrex::GpuArray<amrex::Real, AMREX_SPACEDIM> grad_potential;
Expand Down

0 comments on commit ffc1469

Please sign in to comment.