Skip to content

Commit

Permalink
Merge branch 'add_electron_energy_equation_to_hybrid_solver' of githu…
Browse files Browse the repository at this point in the history
…b.com:marcoacc95/WarpX into add_electron_energy_equation_to_hybrid_solver
  • Loading branch information
marcoacc95 committed Oct 17, 2024
2 parents eab4c83 + 69f392a commit 1df0d5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/Fluids/QdsmcParticleContainer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,9 @@ QdsmcParticleContainer::InitParticles (int lev)
}

void
QdsmcParticleContainer::SetV (int lev,
const amrex::MultiFab &Ux,
const amrex::MultiFab &Uy,
QdsmcParticleContainer::SetV (int lev,
const amrex::MultiFab &Ux,
const amrex::MultiFab &Uy,
const amrex::MultiFab &Uz)
{
long numparticles = 0; // particles on this MPI rank
Expand Down

0 comments on commit 1df0d5e

Please sign in to comment.