From: wolf Date: Thu, 29 May 2003 19:53:27 +0000 (+0000) Subject: Change comment slightly (the initial place to which the "either" X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad30d3c278ad219d80a4876c6b2519bef8058000;p=dealii-svn.git Change comment slightly (the initial place to which the "either" referred is now gone) git-svn-id: https://svn.dealii.org/trunk@7684 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/multigrid/multigrid.h b/deal.II/deal.II/include/multigrid/multigrid.h index a227d12520..0a1e0f9978 100644 --- a/deal.II/deal.II/include/multigrid/multigrid.h +++ b/deal.II/deal.II/include/multigrid/multigrid.h @@ -238,7 +238,7 @@ class Multigrid : public Subscriptor * needed for @p{MG_DEBUG} * defined. */ -//TODO[GK]: This won't fly either: deal_II_dimension can't be used in header files +//TODO[GK]: This won't fly: deal_II_dimension can't be used in header files #ifdef MG_DEBUG SmartPointer > mg_dof_handler; #endif