From bf9362935c77bb5cb739c39e3f9b0abcbdcb6aa5 Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Mon, 29 Feb 2016 23:45:22 -0300 Subject: ProjectionHistory: removed interpolation of CP values. --- projectionhistory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- cgit v1.2.3