From: bangerth Date: Mon, 2 Sep 2013 22:10:31 +0000 (+0000) Subject: Correct comment. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f87f65a0ecc9adc36c359347b51b9aa1f243029;p=dealii-svn.git Correct comment. git-svn-id: https://svn.dealii.org/trunk@30558 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/gla/extract_subvector_to_parallel.cc b/tests/gla/extract_subvector_to_parallel.cc index cb19f80e0c..5d692e09cd 100644 --- a/tests/gla/extract_subvector_to_parallel.cc +++ b/tests/gla/extract_subvector_to_parallel.cc @@ -86,7 +86,7 @@ int main (int argc, char **argv) IndexSet dense_local (10); dense_local.add_range(0,10); -//TODO: yields an error because we apparently forget to import ghost elements +//TODO: does not currently compile // { // deallog.push("deal.II"); // parallel::distributed::Vector w(local, MPI_COMM_WORLD);