]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Correct initialization of partitioner (bug pointed out by Martin Steigemann).
authorkormann <kormann@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 15 Jul 2012 12:04:43 +0000 (12:04 +0000)
committerkormann <kormann@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 15 Jul 2012 12:04:43 +0000 (12:04 +0000)
git-svn-id: https://svn.dealii.org/trunk@25702 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/base/partitioner.cc

index ebeaa148767ea7e6550b6f1ccc648ead82b3b133..e3f09c43e03a633a37af3e449e188f34570121e2 100644 (file)
@@ -42,7 +42,9 @@ namespace Utilities
     my_pid (0),
     n_procs (1),
     communicator (MPI_COMM_SELF)
-  {}
+  {
+    ghost_indices_data.set_size (size);
+  }
 
 
 

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.