Skip to content

Commit

Permalink
changes 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mlesch committed Dec 23, 2024
1 parent 4720a11 commit c9abb77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/TPC/src/AtmosPressureReductor.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ bool AtmosPressureReductor::update(ConditionRetriever& retriever)
pressureValues.clear();

// Cavern pressure 2
for (const auto& [time, p] : env->mEnvVars["CavernAtmosPressure2"]) {
for ([[maybe_unused]] const auto& [time, p] : env->mEnvVars["CavernAtmosPressure2"]) {
pressureValues.emplace_back((float)p);
}
calcMeanAndStddev(pressureValues, mStats.cavernPressure2, mStats.errCavernPressure2);
Expand Down

0 comments on commit c9abb77

Please sign in to comment.