diff options
-rw-r--r-- | projectionhistory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projectionhistory.cpp b/projectionhistory.cpp index f450e0e..e58d227 100644 --- a/projectionhistory.cpp +++ b/projectionhistory.cpp @@ -220,7 +220,7 @@ void ProjectionHistory::setRewind(double t) } arma::vec values = m_values * t + m_prevValues * (1.0 - t); - emit cpValuesRewound(values(m_cpIndices)); + // emit cpValuesRewound(values(m_cpIndices)); emit rpValuesRewound(values(m_rpIndices)); emit valuesRewound(values); } |