Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l authored Oct 24, 2022
1 parent b983072 commit 4e279ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Diagnostics/BTDiagnostics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ void BTDiagnostics::DerivedInitData ()
m_totalParticles_flushed_already.resize(m_num_buffers);
m_totalParticles_in_buffer.resize(m_num_buffers);

// check that simulation can fill all BTD snapshots
// check that simulation can fill all BTD snapshots
const int lev = 0;
const amrex::Real dt_boosted_frame = warpx.getdt(lev);
const int moving_dir = warpx.moving_window_dir;
Expand Down

0 comments on commit 4e279ee

Please sign in to comment.