Skip to content

Commit

Permalink
Fix cut-n-paste typo in an (yet) unused function implemented for comp…
Browse files Browse the repository at this point in the history
…leteness of Matriplex API.
  • Loading branch information
osschar committed Nov 12, 2023
1 parent bbfe0c2 commit ab89b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RecoTracker/MkFitCore/src/Matriplex/Matriplex.h
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ namespace Matriplex {
template <typename T, idx_t D1, idx_t D2, idx_t N>
MPlex<T, D1, D2, N> sqr(const MPlex<T, D1, D2, N>& a) {
MPlex<T, D1, D2, N> t;
return t.sqrt(a);
return t.sqr(a);
}

template <typename T, idx_t D1, idx_t D2, idx_t N>
Expand Down

0 comments on commit ab89b2f

Please sign in to comment.