]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Unnecessary ; removed. Add a note for Guido
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 26 Apr 2003 16:23:00 +0000 (16:23 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 26 Apr 2003 16:23:00 +0000 (16:23 +0000)
git-svn-id: https://svn.dealii.org/trunk@7484 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/multigrid/mg_tools.templates.h

index c5b0117738e62063469f8c2664555187822b4c5e..184784d090b0926224cc16750af6ed7db7db16fa 100644 (file)
@@ -24,6 +24,8 @@
 #include <fstream>
 
 
+//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<number>::copy_to_mg (
          restrict_and_add (level+1, dst[level], dst[level+1]);
        }
     };
-};
+}
 
 #endif
 
@@ -365,7 +367,7 @@ MGTransferSelect<number>::copy_to_mg (
          restrict_and_add (level+1, dst[level], dst[level+1]);
        }
     };
-};
+}
 
 #endif
 
@@ -586,7 +588,7 @@ MGTransferBlock<number>::copy_to_mg (
          restrict_and_add (level+1, dst[level], dst[level+1]);
        }
     };
-};
+}
 
 #endif
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.