Skip to content

Commit

Permalink
Implement clang-tidy suggestions. (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
esclapez committed Dec 20, 2022
1 parent 340c000 commit f677100
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions Source/PeleLM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ PeleLM::PeleLM() = default;

PeleLM::~PeleLM()
{
for (int lev = 0; lev <= finest_level; ++lev) {
ClearLevel(lev);
}

if (!m_incompressible) {
trans_parms.deallocate();
m_reactor->close();
Expand Down
2 changes: 0 additions & 2 deletions Source/PeleLMReactions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ void PeleLM::advanceChemistry(int lev,
, amrex::Gpu::gpuStream()
#endif
);
dt_incr = a_dt;
time_chem = 0;

// Convert CGS -> MKS
ParallelFor(bx, [rhoY_n, rhoH_n, extF_rhoY, extF_rhoH]
Expand Down

0 comments on commit f677100

Please sign in to comment.