]> https://gitweb.dealii.org/ - dealii.git/commitdiff
thises added
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Fri, 25 Jul 2003 08:28:48 +0000 (08:28 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Fri, 25 Jul 2003 08:28:48 +0000 (08:28 +0000)
git-svn-id: https://svn.dealii.org/trunk@7892 0785d39b-7218-0410-832d-ea1e28bc413d

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

index b1e6fda49112c00c0edbc3292fc347755a874974..8fb5b0ab49b38ea24e06e1a4df65ab44e01629cf 100644 (file)
@@ -545,7 +545,7 @@ void PreconditionBlockSOR<MATRIX,inverse_type>::do_Tvmult (
   if (!this->inverses_ready())
     {
       FullMatrix<number> M_cell(this->blocksize);
-      for (int icell=nblocks-1; icell>=0 ; --icell)
+      for (int icell=this->nblocks-1; icell>=0 ; --icell)
        {
          unsigned int cell = (unsigned int) icell;
                                           // Collect upper triangle
@@ -583,7 +583,7 @@ void PreconditionBlockSOR<MATRIX,inverse_type>::do_Tvmult (
        }
     }
   else
-    for (int icell=nblocks-1; icell >=0 ; --icell)
+    for (int icell = this->nblocks-1; icell >= 0 ; --icell)
       {
        unsigned int cell = (unsigned int) icell;
        for (row=cell*this->blocksize, row_cell=0;

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.