diff --git a/Exec/ParticleFilterTest/DarkMatterParticleContainer.cpp b/Exec/ParticleFilterTest/DarkMatterParticleContainer.cpp index 495c90cb..998fbe61 100644 --- a/Exec/ParticleFilterTest/DarkMatterParticleContainer.cpp +++ b/Exec/ParticleFilterTest/DarkMatterParticleContainer.cpp @@ -447,6 +447,7 @@ DarkMatterParticleContainer::moveKickDrift (amrex::MultiFab& acceleration, real_comp_names_shell.push_back("xposvalid"); real_comp_names_shell.push_back("yposvalid"); real_comp_names_shell.push_back("zposvalid"); + std::string compression = "None@0"; if(radius_inner>0&&radius_outer>radius_inner) { int write_hdf5=0; #ifdef AMREX_USE_HDF5 @@ -456,7 +457,7 @@ DarkMatterParticleContainer::moveKickDrift (amrex::MultiFab& acceleration, ShellPC->WritePlotFile(dir, name, real_comp_names_shell); #ifdef AMREX_USE_HDF5 else - ShellPC->WritePlotFileHDF5(dir, name, real_comp_names_shell); + ShellPC->WritePlotFileHDF5(dir, name, real_comp_names_shell, compression); #endif } Print()<<"After write\t"<TotalNumberOfParticles()<<"\t"<