]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Deleting block indices once should be enough.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 9 Jun 2004 17:34:00 +0000 (17:34 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 9 Jun 2004 17:34:00 +0000 (17:34 +0000)
git-svn-id: https://svn.dealii.org/trunk@9414 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/block_matrix_base.h

index 387c9848c67a6b46f830763b75a5793ba42b0cf6..c83ae4b6c11df40693e8e8d6a4d0eb176712c85e 100644 (file)
@@ -1067,7 +1067,6 @@ BlockMatrixBase<MatrixType>::clear ()
     for (unsigned int c=0; c<n_block_cols(); ++c)
       block(r,c).clear ();
   sub_objects.reinit (0,0);
-  row_block_indices = column_block_indices = BlockIndices();
 
                                    // reset block indices to empty
   row_block_indices = column_block_indices = BlockIndices ();

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.