Skip to content

Commit c59626a

Browse files
dschwoerergithub-actions[bot]
authored andcommitted
[bot] Apply format changes
1 parent e9a0944 commit c59626a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/bout/parallel_boundary_region.hxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ struct Indices {
4949
Indices(Ind3D index, RealPoint&& intersection, BoutReal length, signed char valid,
5050
signed char offset, unsigned char abs_offset)
5151
: index(index), intersection(intersection), length(length), valid(valid),
52-
offset(offset), abs_offset(abs_offset) {};
52+
offset(offset), abs_offset(abs_offset){};
5353
};
5454

5555
using IndicesVec = std::vector<Indices>;
@@ -115,7 +115,7 @@ public:
115115
BoundaryRegionParIterBase(IndicesVec& bndry_points, IndicesIter bndry_position, int dir,
116116
Mesh* localmesh)
117117
: bndry_points(bndry_points), bndry_position(bndry_position), dir(dir),
118-
localmesh(localmesh) {};
118+
localmesh(localmesh){};
119119

120120
// getter
121121
Ind3D ind() const { return bndry_position->index; }

0 commit comments

Comments
 (0)