]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Disambiguate template parameter name.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 25 Mar 2002 10:12:35 +0000 (10:12 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 25 Mar 2002 10:12:35 +0000 (10:12 +0000)
git-svn-id: https://svn.dealii.org/trunk@5608 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 408591f9e92df8b95e24e97d276267e86f991fd3..191bc66448b5a517dd879b3bb40952bdfc34162f 100644 (file)
@@ -357,10 +357,10 @@ class QProjector
                                      * type to one in the enclosing
                                      * class.
                                      */
-    template <int dim>
+    template <int dim2>
     struct SubQuadratureHelper
     {
-       typedef Quadrature<dim-1> type;
+       typedef Quadrature<dim2-1> type;
     };
 
                                     /**

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.