Skip to content

Commit

Permalink
clang format v15
Browse files Browse the repository at this point in the history
  • Loading branch information
jtramm committed Dec 16, 2024
1 parent 7d4cbd2 commit 04f3c43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mesh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3016,7 +3016,7 @@ void LibMesh::initialize()
bin_to_elem_map_.reserve(m_->n_active_elem());
elem_to_bin_map_.resize(m_->n_elem(), -1);
for (auto it = m_->active_elements_begin(); it != m_->active_elements_end();
it++) {
it++) {
auto elem = *it;

bin_to_elem_map_.push_back(elem->id());
Expand Down Expand Up @@ -3175,7 +3175,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;
}
Expand Down

0 comments on commit 04f3c43

Please sign in to comment.