]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix one problem, but the output is currently still wrong.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 6 Aug 2008 17:40:18 +0000 (17:40 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 6 Aug 2008 17:40:18 +0000 (17:40 +0000)
git-svn-id: https://svn.dealii.org/trunk@16505 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/grid/grid_tools.cc

index 868ea6c96458164e79027d76f30b607dfca82fb2..226bac996d86c853326da768830ffd3f1572ed82 100644 (file)
@@ -878,7 +878,7 @@ partition_triangulation (const unsigned int  n_partitions,
                                   // now compress the so-built connectivity
                                   // pattern and restore user indices
   cell_connectivity.compress ();
-  triangulation.save_user_indices (saved_user_indices);
+  triangulation.load_user_indices (saved_user_indices);
   
                                   // finally defer to the other function for
                                   // partitioning and assigning subdomain ids

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.