From: David Wells Date: Sat, 21 Nov 2015 23:04:17 +0000 (-0500) Subject: Fix a spelling error in LAPACKFullMatrix. X-Git-Tag: v8.4.0-rc2~198^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a46947de687869eaae6cf5b217bbb13adf496e5b;p=dealii.git Fix a spelling error in LAPACKFullMatrix. --- 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]);