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 Jan 14, 2024
1 parent e27e5da commit e395786
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/simulation.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,6 @@ template <typename problem_t> void AMRSimulation<problem_t>::calculateGpotAllLev
if (verbose) {
amrex::Print() << "\n";
}

}
#endif
}
Expand All @@ -955,7 +954,6 @@ template <typename problem_t> void AMRSimulation<problem_t>::gravAccelAllLevels(
#endif
}


template <typename problem_t> void AMRSimulation<problem_t>::ellipticSolveAllLevels(const amrex::Real dt)
{
#if AMREX_SPACEDIM == 3
Expand All @@ -964,7 +962,6 @@ template <typename problem_t> void AMRSimulation<problem_t>::ellipticSolveAllLev
calculateGpotAllLevels(dt);

gravAccelAllLevels(dt);

}
#endif
}
Expand Down

0 comments on commit e395786

Please sign in to comment.