Skip to content

Commit

Permalink
removing custom diag i/o for particles
Browse files Browse the repository at this point in the history
  • Loading branch information
RevathiJambunathan committed Nov 20, 2023
1 parent e0d7a30 commit 1165205
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Source/Diagnostics/StationDiagnostics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -323,10 +323,6 @@ StationDiagnostics::Flush (int i_buffer)
amrex::VisMF::Write(m_mf_output[i_buffer][lev], prefix);
}

for (int isp = 0; isp < m_particles_buffer[0].size(); ++isp) {
FlushParticleBuffer(filename, m_output_species_names[isp], isp, i_buffer);
}

int nparticles = 0;
for (int isp = 0; isp < m_particles_buffer[0].size(); ++isp) {
nparticles += m_totalParticles_in_buffer[i_buffer][isp];
Expand Down

0 comments on commit 1165205

Please sign in to comment.