From 6698daa7b058e1e00622e4874940be758d8df630 Mon Sep 17 00:00:00 2001 From: heister Date: Fri, 25 Apr 2014 21:37:09 +0000 Subject: [PATCH] leave a todo git-svn-id: https://svn.dealii.org/branches/branch_sharedtria@32838 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-18/step-18.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/deal.II/examples/step-18/step-18.cc b/deal.II/examples/step-18/step-18.cc index 58516741bb..fdd5e890e3 100644 --- a/deal.II/examples/step-18/step-18.cc +++ b/deal.II/examples/step-18/step-18.cc @@ -1554,6 +1554,7 @@ namespace Step18 // Then set up a global vector into which we merge the local indicators // from each of the %parallel processes: + // TODO: get rid of this const unsigned int n_local_cells = GridTools::count_cells_with_subdomain_association (triangulation, this_mpi_process); -- 2.39.5