Skip to content

Commit

Permalink
Fix bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
dschwoerer committed Nov 6, 2024
1 parent 9535ab9 commit f7919e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/bout/mask.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ public:

inline bool& operator()(int jx, int jy, int jz) { return mask(jx, jy, jz); }
inline const bool& operator()(int jx, int jy, int jz) const { return mask(jx, jy, jz); }

inline bool& operator[](const Ind3D& i) { return mask[i]; }
inline const bool& operator[](const Ind3D& i) const { return mask[i]; }
inline bool& operator[](const Ind3D& i) { return mask[i]; }
};
Expand Down

0 comments on commit f7919e0

Please sign in to comment.