]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Hmph. Why did this work with egcs?
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 22 Mar 2000 16:00:50 +0000 (16:00 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 22 Mar 2000 16:00:50 +0000 (16:00 +0000)
git-svn-id: https://svn.dealii.org/trunk@2621 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/sparse_vanka.templates.h

index 304e32a3b0af97fcb8fe25c846ccf3889a46509c..afa76ef20a50b77857d7f679f97aa5ac52bcbd32 100644 (file)
@@ -168,7 +168,7 @@ SparseVanka<number>::compute_inverse (const unsigned int    row,
                                   // Build local matrix
   for (unsigned int i=0; i<n_couplings; ++i)
     for (unsigned int j=0; j<n_couplings; ++j)
-      (*inverses[row])(i,j) = matrix(local_indices[i], local_indices[j]);
+      (*inverses[row])(i,j) = (*matrix)(local_indices[i], local_indices[j]);
   
                                   // Compute inverse
   inverses[row]->gauss_jordan();

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.