]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add a few this-> here and there.
authordeal <deal@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 24 Mar 2005 20:00:36 +0000 (20:00 +0000)
committerdeal <deal@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 24 Mar 2005 20:00:36 +0000 (20:00 +0000)
git-svn-id: https://svn.dealii.org/trunk@10236 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/lapack_full_matrix.h

index 472d15aa3e7ff755697bacd43f5dd93514551c3c..7c2ae6d772b5e2101c5fc6ba109522d30956a2da 100644 (file)
@@ -230,10 +230,10 @@ LAPACKFullMatrix<number>::fill (
   const unsigned int src_offset_i,
   const unsigned int src_offset_j)
 {
-  const unsigned int endrow = src_offset_i + m();
-  const unsigned int endcol = src_offset_j + n();
+  const unsigned int endrow = src_offset_i + this->m();
+  const unsigned int endcol = src_offset_j + this->n();
 
-  for (unsigned int i=0;i<m();++i)
+  for (unsigned int i=0;i<this->m();++i)
     {
       const typename MATRIX::const_iterator end = M.end(src_offset_i+i);
       for (typename MATRIX::const_iterator entry = M.begin(src_offset_i+i);

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.