Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Berquist <[email protected]>
  • Loading branch information
berquist committed May 1, 2023
1 parent 1e34a11 commit 3ef5ff4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions avogadro/core/ringperceiver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ DistanceMatrix::~DistanceMatrix()
delete[] m_values;
}

size_t DistanceMatrix::operator()(size_t i, size_t j) const
{
return m_values[i * m_size + j];
}

size_t& DistanceMatrix::operator()(size_t i, size_t j)
{
return m_values[i * m_size + j];
Expand Down

0 comments on commit 3ef5ff4

Please sign in to comment.