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

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

index a5edc80fa9d1363a08131faa9c40f4191e87e94c..2b46aa2ae70f642bcb642299bffe856bb5db0c3b 100644 (file)
@@ -925,7 +925,7 @@ template <class MATRIX>
 void
 FullMatrix<number>::copy_from (const MATRIX& M)
 {
-  reinit (M.m(), M.n());
+  this->reinit (M.m(), M.n());
   const typename MATRIX::const_iterator end = M.end();
   for (typename MATRIX::const_iterator entry = M.begin();
        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.