]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a spelling error in LAPACKFullMatrix.
authorDavid Wells <wellsd2@rpi.edu>
Sat, 21 Nov 2015 23:04:17 +0000 (18:04 -0500)
committerDavid Wells <wellsd2@rpi.edu>
Sat, 21 Nov 2015 23:51:29 +0000 (18:51 -0500)
source/lac/lapack_full_matrix.cc

index bb414c30cffdbfb2353374d2c6db9e6a66767e84..5abe298209ea53e251a53c6f8a65faf0b759c1a8 100644 (file)
@@ -869,7 +869,7 @@ LAPACKFullMatrix<number>::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<number *> (&this->values[0]);

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.