]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
use newer method
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 3 May 2013 01:27:04 +0000 (01:27 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 3 May 2013 01:27:04 +0000 (01:27 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_unify_linear_algebra@29439 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/lac/petsc_parallel_block_vector.h

index 33482381d21fe4c46b3c11cf964b765ac061de9a..d4b6d00e38f41c937f5a4ed614e0c257a12fcaf7 100644 (file)
@@ -472,7 +472,7 @@ namespace PETScWrappers
         this->components.resize(this->n_blocks());
 
       for (unsigned int i=0; i<this->n_blocks(); ++i)
-        block(i).reinit(communicator, parallel_partitioning[i]);
+        block(i).reinit(parallel_partitioning[i], communicator);
     }
 
 

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.