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 Mar 30, 2024
1 parent 58c70e1 commit d672010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DiagConditional.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ void DiagConditional::init(const std::string &a_prefix, std::string_view a_diagN
m_highBnd = std::max(range[0], range[1]);
m_usecFieldMinMax = false;
}

int nProcessFields = -1;
nProcessFields = pp.countval("field_names");
AMREX_ASSERT(nProcessFields > 0);
Expand Down

0 comments on commit d672010

Please sign in to comment.