Skip to content

Commit 3291dfd

Browse files
committed
apply clang format
1 parent 9f7a960 commit 3291dfd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/mesh.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3607,8 +3607,7 @@ int AdaptiveLibMesh::get_bin_from_element(const libMesh::Elem* elem) const
36073607
auto tally_elem = amalgamation_ ? clustering_element_mapping_.at(elem) : elem;
36083608
int bin = elem_to_bin_map_[tally_elem->id()];
36093609

3610-
if (bin >= n_bins() || bin < 0)
3611-
{
3610+
if (bin >= n_bins() || bin < 0) {
36123611
fatal_error(fmt::format("Invalid bin: {}", bin));
36133612
}
36143613
return bin;

0 commit comments

Comments
 (0)