From: Wolfgang Bangerth Date: Mon, 2 Sep 2013 22:10:31 +0000 (+0000) Subject: Correct comment. X-Git-Tag: v8.1.0~909 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1776148108c017e913d21556254874892325e7f7;p=dealii.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);