]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Small bugfix, which corrects wrong parameter order in a call to the
authoroliver <oliver@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 3 May 2004 14:50:34 +0000 (14:50 +0000)
committeroliver <oliver@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 3 May 2004 14:50:34 +0000 (14:50 +0000)
reinit method of a parallel vector.

git-svn-id: https://svn.dealii.org/trunk@9144 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/petsc_parallel_vector.cc

index cc3fbf8019eb20699457cc86967a675a2bda4749..c5336f23d393228766e03d6a5b6e75e9e4d62c3b 100644 (file)
@@ -105,7 +105,7 @@ namespace PETScWrappers
     {
       communicator = v.communicator;
       
-      reinit (v.size(), v.local_size(), fast);
+      reinit (communicator, v.size(), v.local_size(), fast);
     }
 
 

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.