]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add comment to function that Guido had already checked in. Thanks! (I
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 9 Nov 2010 17:11:43 +0000 (17:11 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 9 Nov 2010 17:11:43 +0000 (17:11 +0000)
had it in my tree, but had forgotten to check it in...)

git-svn-id: https://svn.dealii.org/trunk@22650 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/grid/grid_generator.h

index 6eddb976584620e60a1f03b79afad92274ae79e9..ac9443ed479f950b8d2ed12885463099ec17e220 100644 (file)
@@ -477,7 +477,7 @@ class GridGenerator
                                      * class, with which you probably want to
                                      * associate boundary indicator 0 (the
                                      * hull of the cone).
-                                     * 
+                                     *
                                       * @note The triangulation needs to be
                                       * void upon calling this
                                       * function.
@@ -791,13 +791,19 @@ class GridGenerator
                                      * function of this class.
                                      */
     template <int dim, int spacedim>
-    static void colorize_hyper_rectangle (Triangulation<dim,spacedim> &tria);
+    static
+    void
+    colorize_hyper_rectangle (Triangulation<dim,spacedim> &tria);
 
-                                    // No doxygen comment here
+                                    /**
+                                     * Same function as above for
+                                     * 1d. This function is not
+                                     * implemented.
+                                     */
     template <int spacedim>
-    static void
-    colorize_hyper_rectangle(Triangulation<1,spacedim>&);
-
+    static
+    void
+    colorize_hyper_rectangle (Triangulation<1,spacedim> &tria);
 
                                     /**
                                      * Perform the action specified

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.