From: wolf Date: Sat, 26 Apr 2003 16:23:00 +0000 (+0000) Subject: Unnecessary ; removed. Add a note for Guido X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d23aa966ed34de4ed7f32249693e15498307263c;p=dealii-svn.git Unnecessary ; removed. Add a note for Guido git-svn-id: https://svn.dealii.org/trunk@7484 0785d39b-7218-0410-832d-ea1e28bc413d --- 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