From 71cb56619a8b4dc99f6b4243426c079d1a38f3b7 Mon Sep 17 00:00:00 2001 From: "Labossiere-Hickman, Travis James" Date: Fri, 17 Jul 2026 10:15:40 -0600 Subject: [PATCH] clang-format==18.1.3 --- src/mesh.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesh.cpp b/src/mesh.cpp index 7b5db5a2b5..48c3acf40e 100644 --- a/src/mesh.cpp +++ b/src/mesh.cpp @@ -3846,7 +3846,7 @@ void LibMesh::set_score_data(const std::string& var_name, unsigned int std_dev_num = variable_map_.at(std_dev_name); for (auto it = m_->local_elements_begin(); it != m_->local_elements_end(); - it++) { + it++) { if (!(*it)->active()) { continue; }