From b28e59710967f89a0623132b1d91b4c37e417e28 Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Fri, 22 May 2015 22:13:41 +0000 Subject: Previous merge (apparently) was not enough. --- interactionhandler.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'interactionhandler.cpp') diff --git a/interactionhandler.cpp b/interactionhandler.cpp index 9feaf0f..50d0653 100644 --- a/interactionhandler.cpp +++ b/interactionhandler.cpp @@ -9,7 +9,6 @@ InteractionHandler::InteractionHandler(const arma::mat &X, , m_Y(X.n_rows, 3) , m_labels(labels) , m_sampleIndices(sampleIndices) - , m_Y(X.n_rows, 3) , m_technique(TECHNIQUE_LAMP) { m_Y.col(2) = m_labels; -- cgit v1.2.3