]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix a bug.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 26 Mar 2002 08:21:44 +0000 (08:21 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 26 Mar 2002 08:21:44 +0000 (08:21 +0000)
git-svn-id: https://svn.dealii.org/trunk@5624 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 7a6da658db4fa058e3381601d7e2e46d3103bf1e..2abba151480efdc9f6862a51474d59d39526568f 100644 (file)
@@ -133,7 +133,7 @@ class Quadrature : public Subscriptor
                                      * less. For cells, this would
                                      * then be a face quadrature.
                                      */
-    typedef Quadrature<dim2-1> SubQuadrature;
+    typedef Quadrature<dim-1> SubQuadrature;
 #endif    
     
                                     /**
@@ -407,7 +407,7 @@ class QProjector
                                      * less. For cells, this would
                                      * then be a face quadrature.
                                      */
-    typedef Quadrature<dim2-1> SubQuadrature;
+    typedef Quadrature<dim-1> SubQuadrature;
 #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.