]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Properly qualify.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 19 Apr 2005 15:31:27 +0000 (15:31 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 19 Apr 2005 15:31:27 +0000 (15:31 +0000)
git-svn-id: https://svn.dealii.org/trunk@10530 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 538729829ca3e5501d7d5cc858396ee60ce97cd1..18e36e1afc5adaf0ee0ab1c9f24c191f2d56b62b 100644 (file)
@@ -347,7 +347,7 @@ LAPACKFullMatrix<number>::fill (
   const unsigned int endcol = src_offset_j + this->n_cols();
   
   const typename MATRIX::const_iterator
-    end = M.end(src_offset_i+n_rows()-dst_offset_i-1);
+    end = M.end(src_offset_i+this->n_rows()-dst_offset_i-1);
   for (typename MATRIX::const_iterator entry = M.begin(src_offset_i);
        entry != end; ++entry)
     {

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.