]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Slight doc updates.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 26 May 2005 15:39:55 +0000 (15:39 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 26 May 2005 15:39:55 +0000 (15:39 +0000)
git-svn-id: https://svn.dealii.org/trunk@10762 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/quadrature.h

index 90e67261beb481edef5dfe99c5a9459ffb551280..a97f43b7217d45d54511121fbccebed99618a656 100644 (file)
@@ -208,7 +208,7 @@ class Quadrature : public Subscriptor
 /**
  * Quadrature formula implementing anisotropic distributions of
  * quadrature points on the reference cell. To this end, the tensor
- * product of <tt>dim</tt> onedimensional quadrature formulas is
+ * product of <tt>dim</tt> one-dimensional quadrature formulas is
  * generated.
  *
  * @note Each constructor can only be used in the dimension matching
@@ -222,25 +222,26 @@ class QAnisotropic : public Quadrature<dim>
   public:
                                     /**
                                      * Constructor for a
-                                     * onedimensional formula. This
+                                     * one-dimensional formula. This
                                      * one just copies the given
                                      * quadrature rule.
                                      */
     QAnisotropic(const Quadrature<1>& qx);
     
                                     /**
-                                     * Constructor for a twodimensional formula.
+                                     * Constructor for a
+                                     * two-dimensional formula.
                                      */
     QAnisotropic(const Quadrature<1>& qx,
                 const Quadrature<1>& qy);
     
                                     /**
-                                     * Constructor for a threedimensional formula.
+                                     * Constructor for a
+                                     * three-dimensional formula.
                                      */
     QAnisotropic(const Quadrature<1>& qx,
                 const Quadrature<1>& qy,
                 const Quadrature<1>& qz);
-    
 };
 
 

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.