Skip to content

Commit

Permalink
address unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren committed Apr 26, 2024
1 parent 23b6470 commit 61cdcbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/incflo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,10 @@ void incflo::InitData ()
InitFromScratch(m_cur_time);

#ifdef AMREX_USE_EB
#ifdef INCFLO_USE_PARTICLES
const auto& ebfact = EBFactory(0);
#endif
#endif

#ifdef INCFLO_USE_PARTICLES
initializeTracerParticles( (ParGDBBase*)GetParGDB()
Expand Down

0 comments on commit 61cdcbc

Please sign in to comment.