From 45d371f4ec334f5a7d16c8b40deb8dce24fc8e55 Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Thu, 3 Mar 2016 17:01:43 -0300 Subject: ProjectionHistory: fixed minor compiler warning. --- projectionhistory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'projectionhistory.cpp') diff --git a/projectionhistory.cpp b/projectionhistory.cpp index 30c6b76..55d9f60 100644 --- a/projectionhistory.cpp +++ b/projectionhistory.cpp @@ -17,8 +17,8 @@ ProjectionHistory::ProjectionHistory(const arma::mat &X, , m_cpSelectionEmpty(true) , m_rpSelectionEmpty(true) , m_values(X.n_rows) - , m_prevValues(X.n_rows) , m_firstValues(X.n_rows) + , m_prevValues(X.n_rows) , m_hasFirst(false) , m_hasPrev(false) { -- cgit v1.2.3