From 7faf3fc54df3302963a22321972c92df4a3a72f8 Mon Sep 17 00:00:00 2001 From: Pasquale Africa Date: Sun, 31 Jan 2021 17:02:46 +0000 Subject: [PATCH] Fix missing call to update_cell_relations() --- source/distributed/fully_distributed_tria.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/distributed/fully_distributed_tria.cc b/source/distributed/fully_distributed_tria.cc index e01ea7cd48..5a964891fb 100644 --- a/source/distributed/fully_distributed_tria.cc +++ b/source/distributed/fully_distributed_tria.cc @@ -207,7 +207,7 @@ namespace parallel } this->update_number_cache(); - // this->update_cell_relations(); + this->update_cell_relations(); } -- 2.39.5