Skip to content

Commit

Permalink
Applied clang formatting patch to RefineSidesetGenerator.C
Browse files Browse the repository at this point in the history
  • Loading branch information
socratesgorilla committed Sep 30, 2021
1 parent da0f3e5 commit 549fdb3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions framework/src/meshgenerators/RefineSidesetGenerator.C
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ RefineSidesetGenerator::generate()
"The boundary '",
getParam<std::vector<BoundaryName>>("boundaries")[i],
"' was not found within the mesh");
}
}

std::unique_ptr<MeshBase> mesh = std::move(_input);
int max = *std::max_element(_refinement.begin(), _refinement.end());
return recursive_refine(boundary_ids, mesh, _refinement, max);
std::unique_ptr<MeshBase> mesh = std::move(_input);
int max = *std::max_element(_refinement.begin(), _refinement.end());
return recursive_refine(boundary_ids, mesh, _refinement, max);
}

std::unique_ptr<MeshBase>
Expand Down

0 comments on commit 549fdb3

Please sign in to comment.