]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix omitted this->
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 27 Apr 2006 02:14:16 +0000 (02:14 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 27 Apr 2006 02:14:16 +0000 (02:14 +0000)
git-svn-id: https://svn.dealii.org/trunk@12917 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/full_matrix.templates.h

index c7b0e60b2add93dbee6d77c8b7f404fb87c3c603..d2928ae4ef7703dab97408d944b0a05c56101c00 100644 (file)
@@ -94,7 +94,7 @@ template <typename number>
 FullMatrix<number>&
 FullMatrix<number>::operator = (const IdentityMatrix &id)
 {
-  reinit (id.m(), id.n());
+  this->reinit (id.m(), id.n());
   for (unsigned int i=0; i<id.m(); ++i)
     (*this)(i,i) = 1.;
 

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.