Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
itopcuoglu committed Apr 25, 2024
1 parent cd2d454 commit a21e182
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/OversetSimulation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ void OversetSimulation::perform_overset_connectivity()
(m_complementary_comm_initialized == false)) {
m_tg.assembleComplementComms();
m_complementary_comm_initialized = true;
if(m_num_composite_bodies>0) m_tg.assembleCompositeMap();
if (m_num_composite_bodies > 0) m_tg.assembleCompositeMap();
}
m_tg.performConnectivity();
if (m_has_amr) m_tg.performConnectivityAMR();
Expand Down
2 changes: 1 addition & 1 deletion src/OversetSimulation.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class OversetSimulation
{
if (m_is_adaptive_holemap_alg) {
m_tg.registerCompositeBody(
(body_index+1), num_body_tags, bodytags.data(),
(body_index + 1), num_body_tags, bodytags.data(),
dominance_tags.data(), search_tol);
} else {
throw std::runtime_error(
Expand Down

0 comments on commit a21e182

Please sign in to comment.