diff options
Diffstat (limited to 'Source/Diagnostics/FlushFormats/FlushFormatAscent.H')
-rw-r--r-- | Source/Diagnostics/FlushFormats/FlushFormatAscent.H | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Diagnostics/FlushFormats/FlushFormatAscent.H b/Source/Diagnostics/FlushFormats/FlushFormatAscent.H index 01b051373..cdf08eaf8 100644 --- a/Source/Diagnostics/FlushFormats/FlushFormatAscent.H +++ b/Source/Diagnostics/FlushFormats/FlushFormatAscent.H @@ -44,11 +44,12 @@ public: bool isLastBTDFlush = false, const amrex::Vector<int>& totalParticlesFlushedAlready = amrex::Vector<int>() ) const override; +#ifdef AMREX_USE_ASCENT /** \brief Do in-situ visualization for particle data. * \param[in] particle_diags Each element of this vector handles output of 1 species. + * \param[out] a_bp_mesh blueprint mesh generated from the container * Only compile if AMREX_USE_ASCENT because we need to pass a conduit class */ -#ifdef AMREX_USE_ASCENT void WriteParticles(const amrex::Vector<ParticleDiag>& particle_diags, conduit::Node& a_bp_mesh) const; #endif |