Skip to content

Commit

Permalink
add back missing const
Browse files Browse the repository at this point in the history
  • Loading branch information
DomFijan committed Nov 5, 2024
1 parent 9549988 commit f5f7b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freud/environment/LocalDescriptors.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class LocalDescriptors
unsigned int max_num_neighbor);

//! Get a reference to the last computed spherical harmonic array
std::shared_ptr<util::ManagedArray<std::complex<float>>> getSph()
std::shared_ptr<util::ManagedArray<std::complex<float>>> getSph() const
{
return m_sphArray;
}
Expand Down

0 comments on commit f5f7b07

Please sign in to comment.