Skip to content

Commit c90b525

Browse files
committed
duplicate line fix
1 parent 298b148 commit c90b525

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/types_stat.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,7 @@ class Moments2DContext : public ComputationalContext<T> {
9797
m_p2MOrder = other.m_p2MOrder;
9898
m_p1CSOrder = other.m_p1CSOrder;
9999
m_p2CSOrder = other.m_p2CSOrder;
100-
m_p12ACSOrder = other.m_p12ACSOrder;
101-
m_p12ACSOrder = other.m_p12ACSOrder;
100+
m_p12ACSOrder = other.m_p12ACSOrder;
102101
m_p1M = std::move(other.m_p1M);
103102
m_p2M = std::move(other.m_p2M);
104103
m_p1CS = std::move(other.m_p1CS);

0 commit comments

Comments
 (0)