From: wolf Date: Mon, 17 Jan 2000 19:39:47 +0000 (+0000) Subject: Make this thing compilable (should not have committed it in the first place...) X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1dcc4798df5d83d42b61140ca094cd3b8856e881;p=dealii-svn.git Make this thing compilable (should not have committed it in the first place...) git-svn-id: https://svn.dealii.org/trunk@2240 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 e02125862b..3591447074 100644 --- a/deal.II/lac/include/lac/sparse_vanka.templates.h +++ b/deal.II/lac/include/lac/sparse_vanka.templates.h @@ -58,10 +58,10 @@ SparseVanka::operator ()(Vector &dst, // eliminates the need to // re-allocate memory inside the // loop. - FullMatrix local_matrix (structure.max_row_length(), - structure.max_row_length()); - Vector b (structure.max_row_length()); - Vector x (structure.max_row_length()); + FullMatrix local_matrix (structure.max_entries_per_row(), + structure.max_entries_per_row()); + Vector b (structure.max_entries_per_row()); + Vector x (structure.max_entries_per_row()); // traverse all rows of the matrix // which are selected