From: Wolfgang Bangerth Date: Thu, 23 Mar 2000 12:29:22 +0000 (+0000) Subject: Fix thinko. X-Git-Tag: v8.0.0~20751 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b61910ec10a4af55fd26ad56d880f013ff5762d;p=dealii.git Fix thinko. git-svn-id: https://svn.dealii.org/trunk@2625 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/sparse_vanka.templates.h b/deal.II/lac/include/lac/sparse_vanka.templates.h index afa76ef20a..80c6337db8 100644 --- a/deal.II/lac/include/lac/sparse_vanka.templates.h +++ b/deal.II/lac/include/lac/sparse_vanka.templates.h @@ -142,6 +142,7 @@ SparseVanka::compute_inverses (const unsigned int begin, }; + template void SparseVanka::compute_inverse (const unsigned int row, @@ -159,16 +160,26 @@ SparseVanka::compute_inverse (const unsigned int row, // collect the dofs that couple // with #row# - local_indices.resize (0); + local_indices.resize (row_length); for (unsigned int i=0; iglobal_entry(global_entry); + }; // Compute inverse inverses[row]->gauss_jordan();