We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 298b148 commit c90b525Copy full SHA for c90b525
include/types_stat.hpp
@@ -97,8 +97,7 @@ class Moments2DContext : public ComputationalContext<T> {
97
m_p2MOrder = other.m_p2MOrder;
98
m_p1CSOrder = other.m_p1CSOrder;
99
m_p2CSOrder = other.m_p2CSOrder;
100
- m_p12ACSOrder = other.m_p12ACSOrder;
101
+ m_p12ACSOrder = other.m_p12ACSOrder;
102
m_p1M = std::move(other.m_p1M);
103
m_p2M = std::move(other.m_p2M);
104
m_p1CS = std::move(other.m_p1CS);
0 commit comments