From 1f87f65a0ecc9adc36c359347b51b9aa1f243029 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 2 Sep 2013 22:10:31 +0000 Subject: [PATCH] Correct comment. git-svn-id: https://svn.dealii.org/trunk@30558 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/gla/extract_subvector_to_parallel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5