Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 5, 2022
1 parent d6e9600 commit 6773f47
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Source/Diagnostics/BTDiagnostics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ BTDiagnostics::Flush (int i_buffer)
m_varnames, m_mf_output[i_buffer], m_geom_output[i_buffer], warpx.getistep(),
labtime, m_output_species[i_buffer], nlev_output, file_name, m_file_min_digits,
m_plot_raw_fields, m_plot_raw_fields_guards,
use_pinned_pc, isBTD, i_buffer, m_buffer_flush_counter[i_buffer],
use_pinned_pc, isBTD, i_buffer, m_buffer_flush_counter[i_buffer],
m_max_buffer_multifabs[i_buffer], m_geom_snapshot[i_buffer][0], isLastBTDFlush,
m_totalParticles_flushed_already[i_buffer]);

Expand Down
2 changes: 1 addition & 1 deletion Source/Diagnostics/FlushFormats/FlushFormatAscent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ FlushFormatAscent::WriteToFile (

#else
amrex::ignore_unused(varnames, mf, geom, iteration, time,
particle_diags, nlev, file_min_digits, isBTD,
particle_diags, nlev, file_min_digits, isBTD,
snapshotID, bufferID, numBuffers, isLastBTDFlush);
#endif // AMREX_USE_ASCENT
amrex::ignore_unused(prefix, plot_raw_fields, plot_raw_fields_guards);
Expand Down
4 changes: 2 additions & 2 deletions Source/Diagnostics/FlushFormats/FlushFormatSensei.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ FlushFormatSensei::WriteToFile (
totalParticlesFlushedAlready);

#ifndef AMREX_USE_SENSEI_INSITU
amrex::ignore_unused(varnames, mf, iteration, time, particle_diags,
isBTD, snapshotID, bufferID, numBuffers,
amrex::ignore_unused(varnames, mf, iteration, time, particle_diags,
isBTD, snapshotID, bufferID, numBuffers,
full_BTD_snapshot, isLastBTDFlush);
#else
WARPX_PROFILE("FlushFormatSensei::WriteToFile()");
Expand Down

0 comments on commit 6773f47

Please sign in to comment.