From d23aa966ed34de4ed7f32249693e15498307263c Mon Sep 17 00:00:00 2001 From: wolf Date: Sat, 26 Apr 2003 16:23:00 +0000 Subject: [PATCH] Unnecessary ; removed. Add a note for Guido git-svn-id: https://svn.dealii.org/trunk@7484 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/multigrid/mg_tools.templates.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/deal.II/deal.II/include/multigrid/mg_tools.templates.h b/deal.II/deal.II/include/multigrid/mg_tools.templates.h index c5b0117738..184784d090 100644 --- a/deal.II/deal.II/include/multigrid/mg_tools.templates.h +++ b/deal.II/deal.II/include/multigrid/mg_tools.templates.h @@ -24,6 +24,8 @@ #include +//TODO[GK]: this file must really be changed: it contains #if's for deal_II_dimension, but we can't use this in headers, since application programs might not use this way to select the dimension. the only way in header files is to have proper template specializations + //TODO:[?] This function needs to be specially implemented, since in 2d mode we use faces #if deal_II_dimension == 1 @@ -138,7 +140,7 @@ MGTransferPrebuilt::copy_to_mg ( restrict_and_add (level+1, dst[level], dst[level+1]); } }; -}; +} #endif @@ -365,7 +367,7 @@ MGTransferSelect::copy_to_mg ( restrict_and_add (level+1, dst[level], dst[level+1]); } }; -}; +} #endif @@ -586,7 +588,7 @@ MGTransferBlock::copy_to_mg ( restrict_and_add (level+1, dst[level], dst[level+1]); } }; -}; +} #endif -- 2.39.5