]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
missing this->
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 19 Apr 2005 12:59:12 +0000 (12:59 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 19 Apr 2005 12:59:12 +0000 (12:59 +0000)
git-svn-id: https://svn.dealii.org/trunk@10528 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/lapack_full_matrix.cc

index 8565a5072e403381949ee1a3a0bc152f3358eed1..71b9641e90af01344379237be56aa197dc08dd3b 100644 (file)
@@ -258,9 +258,9 @@ LAPACKFullMatrix<number>::print_formatted (
        width = precision+2;
     }
   
-  for (unsigned int i=0; i<n_rows(); ++i) 
+  for (unsigned int i=0; i<this->n_rows(); ++i) 
     {
-      for (unsigned int j=0; j<n_cols(); ++j)
+      for (unsigned int j=0; j<this->n_cols(); ++j)
        if (std::fabs(this->el(i,j)) > threshold)
          out << std::setw(width)
              << this->el(i,j) * denominator << ' ';

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.