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 4, 2023
1 parent 1afd49b commit 61f125b
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 @@ -96,7 +96,7 @@ void BTDiagnostics::DerivedInitData ()
m_buffer_box[i].resize(nmax_lev);
m_snapshot_box[i].resize(nmax_lev);
m_buffer_k_index_hi[i].resize(nmax_lev);
m_snapshot_full[i] = 0;
m_snapshot_full[i] = 0;
m_lastValidZSlice[i] = 0;
m_buffer_flush_counter[i] = 0;
m_first_flush_after_restart[i] = 1;
Expand Down

0 comments on commit 61f125b

Please sign in to comment.