Skip to content

Commit

Permalink
Update point.h
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipDeegan authored May 4, 2021
1 parent f0328b4 commit 48d98e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/utilities/point/point.h
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ namespace core
auto begin() { return r.begin(); }
auto end() { return r.end(); }

auto const& operator()() const { return r; }

private:
std::array<Type, dim> r{};
Expand Down

0 comments on commit 48d98e3

Please sign in to comment.