Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove redundant setVal(0) in ParticleReductionFunctor (#4926)
ParticleReductionFunctor uses the routine ParticleToMesh, which by default will zero out the MultiFab passed in. This PR removes the unneeded explicit calls to setVal(0.).
- Loading branch information