aboutsummaryrefslogtreecommitdiff
path: root/manipulationhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'manipulationhandler.cpp')
-rw-r--r--manipulationhandler.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/manipulationhandler.cpp b/manipulationhandler.cpp
index daaba01..89aa968 100644
--- a/manipulationhandler.cpp
+++ b/manipulationhandler.cpp
@@ -5,14 +5,11 @@
#include "mp.h"
ManipulationHandler::ManipulationHandler(const arma::mat &X,
- const arma::uvec &cpIndices,
- ProjectionHistory *history)
+ const arma::uvec &cpIndices)
: m_X(X)
, m_cpIndices(cpIndices)
- , m_history(history)
, m_technique(TECHNIQUE_LAMP)
{
- Q_ASSERT(history);
}
void ManipulationHandler::setCP(const arma::mat &Ys)