From: Wolfgang Bangerth Date: Thu, 29 May 2003 19:53:27 +0000 (+0000) Subject: Change comment slightly (the initial place to which the "either" X-Git-Tag: v8.0.0~16494 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=707434f3e2dc7b3873948330631f1ac29465195d;p=dealii.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