Skip to content

Commit

Permalink
Fix counterflow spray case for spray changes a while back (AMReX-Comb…
Browse files Browse the repository at this point in the history
  • Loading branch information
baperry2 authored Apr 18, 2024
1 parent bba08be commit e08fc92
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions Exec/Production/CounterFlowSpray/SprayParticlesInitInsert.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,7 @@ CounterFlowJet::get_new_particle(

bool
SprayParticleContainer::injectParticles(
Real time,
Real dt,
int nstep,
int lev,
int finest_level,
ProbParm const& prob_parm)
Real time, Real dt, int nstep, int lev, int finest_level)
{
if (lev != 0) {
return false;
Expand All @@ -74,8 +69,7 @@ SprayParticleContainer::injectParticles(
}

void
SprayParticleContainer::InitSprayParticles(
const bool init_parts, ProbParm const& prob_parm)
SprayParticleContainer::InitSprayParticles(const bool init_parts)
{
m_sprayJets.resize(1);
std::string jet_name = "jet1";
Expand Down

0 comments on commit e08fc92

Please sign in to comment.