]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
bug-fix
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 18 Sep 2002 15:18:15 +0000 (15:18 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 18 Sep 2002 15:18:15 +0000 (15:18 +0000)
git-svn-id: https://svn.dealii.org/trunk@6459 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 0def0191bea6846b70d3cbd57a1c124ceb6937d7..a5bab3b292fef829ff3480769554909c27cca96a 100644 (file)
@@ -417,7 +417,7 @@ void PreconditionBlockSOR<MATRIX,inverse_type>::vmult (Vector<number2>       &ds
                                       // blocks.
                                       // row, column are the global numbering
                                       // of the unkowns.
-  unsigned int row, column, row_cell, block_start=0;
+  unsigned int row, row_cell, block_start=0;
   number2 b_cell_row;
 
   if (!this->inverses_ready())
@@ -525,7 +525,7 @@ void PreconditionBlockSOR<MATRIX,inverse_type>::Tvmult (Vector<number2>       &d
                                       // blocks.
                                       // row, column are the global numbering
                                       // of the unkowns.
-  unsigned int row, column, row_cell, block_start = 0;
+  unsigned int row, row_cell, block_start = 0;
   unsigned int block_end=this->blocksize *n_cells;
   number2 b_cell_row;
 

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.