From a46947de687869eaae6cf5b217bbb13adf496e5b Mon Sep 17 00:00:00 2001 From: David Wells Date: Sat, 21 Nov 2015 18:04:17 -0500 Subject: [PATCH] Fix a spelling error in LAPACKFullMatrix. --- source/lac/lapack_full_matrix.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lac/lapack_full_matrix.cc b/source/lac/lapack_full_matrix.cc index bb414c30cf..5abe298209 100644 --- a/source/lac/lapack_full_matrix.cc +++ b/source/lac/lapack_full_matrix.cc @@ -869,7 +869,7 @@ LAPACKFullMatrix::compute_generalized_eigenvalues_symmetric ( ExcMessage ("eigenvectors.size() > matrix.n_cols()")); wr.resize(nn); - wi.resize(nn); //This is set purley for consistency reasons with the + wi.resize(nn); //This is set purely for consistency reasons with the //eigenvalues() function. number *values_A = const_cast (&this->values[0]); -- 2.39.5