]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
More two-stage name lookup problems.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 3 Feb 2004 00:56:34 +0000 (00:56 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 3 Feb 2004 00:56:34 +0000 (00:56 +0000)
git-svn-id: https://svn.dealii.org/trunk@8383 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 2b46aa2ae70f642bcb642299bffe856bb5db0c3b..71cb8d02958cae189c27fbfc9655220fd0be0bec 100644 (file)
@@ -929,7 +929,7 @@ FullMatrix<number>::copy_from (const MATRIX& M)
   const typename MATRIX::const_iterator end = M.end();
   for (typename MATRIX::const_iterator entry = M.begin();
        entry != end; ++entry)
-    el(entry->row(), entry->column()) = entry->value();
+    this->el(entry->row(), entry->column()) = entry->value();
 }
 
 //----------------------------------------------------------------------//

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.