aboutsummaryrefslogtreecommitdiff
path: root/Python
diff options
context:
space:
mode:
Diffstat (limited to 'Python')
-rw-r--r--Python/ParticleProb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/ParticleProb.cpp b/Python/ParticleProb.cpp
index 1f716a098..16262646b 100644
--- a/Python/ParticleProb.cpp
+++ b/Python/ParticleProb.cpp
@@ -62,7 +62,7 @@ MyParticleContainer::InitData()
const BoxArray& ba = m_gdb->ParticleBoxArray(lev);
const DistributionMapping& dm = m_gdb->ParticleDistributionMap(lev);
- MultiFab dummy_mf(ba, 1, 0, dm, Fab_noallocate);
+ MultiFab dummy_mf(ba, dm, 1, 0, MFInfo().SetAlloc(false));
for (MFIter mfi(dummy_mf,false); mfi.isValid(); ++mfi)
{