From: heister Date: Fri, 25 Apr 2014 21:37:09 +0000 (+0000) Subject: leave a todo X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6698daa7b058e1e00622e4874940be758d8df630;p=dealii-svn.git leave a todo git-svn-id: https://svn.dealii.org/branches/branch_sharedtria@32838 0785d39b-7218-0410-832d-ea1e28bc413d --- 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);