From: heister Date: Fri, 24 May 2013 12:18:17 +0000 (+0000) Subject: add comment X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bf4f355366e364d98b0bf31349d33bf03bb8e2a;p=dealii-svn.git add comment git-svn-id: https://svn.dealii.org/trunk@29563 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-50/step-50.cc b/deal.II/examples/step-50/step-50.cc index 640c4b38be..c1864b3ea4 100644 --- a/deal.II/examples/step-50/step-50.cc +++ b/deal.II/examples/step-50/step-50.cc @@ -11,6 +11,8 @@ /* to the file deal.II/doc/license.html for the text and */ /* further information on this license. */ +// parallel geometric multi-grid. work in progress! + // As discussed in the introduction, most of // this program is copied almost verbatim // from step-6, which itself is only a slight