diff options
Diffstat (limited to 'Source/Diagnostics/FlushFormats/FlushFormatOpenPMD.H')
-rw-r--r-- | Source/Diagnostics/FlushFormats/FlushFormatOpenPMD.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Diagnostics/FlushFormats/FlushFormatOpenPMD.H b/Source/Diagnostics/FlushFormats/FlushFormatOpenPMD.H index 7d73d0b13..5d6197d66 100644 --- a/Source/Diagnostics/FlushFormats/FlushFormatOpenPMD.H +++ b/Source/Diagnostics/FlushFormats/FlushFormatOpenPMD.H @@ -19,7 +19,7 @@ public: /** Flush fields and particles to plotfile */ virtual void WriteToFile ( const amrex::Vector<std::string> varnames, - const amrex::Vector<const amrex::MultiFab*> mf, + const amrex::Vector<amrex::MultiFab>& mf, amrex::Vector<amrex::Geometry>& geom, const amrex::Vector<int> iteration, const double time, const amrex::Vector<ParticleDiag>& particle_diags, int nlev, const std::string prefix, |