mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
clang-format==18.1.3
This commit is contained in:
parent
432298e740
commit
71cb56619a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue