]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix missing call to update_cell_relations() 11657/head
authorPasquale Africa <pasqualeclaudio.africa@polimi.it>
Sun, 31 Jan 2021 17:02:46 +0000 (17:02 +0000)
committerPasquale Africa <pasqualeclaudio.africa@polimi.it>
Sun, 31 Jan 2021 17:02:46 +0000 (17:02 +0000)
source/distributed/fully_distributed_tria.cc

index e01ea7cd4886d57fc0ee3891638aab7cab4fb2b5..5a964891fb437437a08b839fbb7da4a484ee028b 100644 (file)
@@ -207,7 +207,7 @@ namespace parallel
         }
 
       this->update_number_cache();
-      // this->update_cell_relations();
+      this->update_cell_relations();
     }
 
 

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.