]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
QMilne and QWeddle work in higher dimensions
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 11 Jul 2000 23:01:36 +0000 (23:01 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 11 Jul 2000 23:01:36 +0000 (23:01 +0000)
git-svn-id: https://svn.dealii.org/trunk@3149 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/quadrature_lib.cc

index 2616856b6e36143e2b400c696ba5893c6c46dc5a..afe9e24f303a85aeee2dc7a27bbaf2bcbdc26d82 100644 (file)
@@ -393,11 +393,11 @@ QSimpson<dim>::QSimpson () :
 
 template <int dim>
 QMilne<dim>::QMilne () :
-               Quadrature<dim> (QTrapez<dim-1>(), QTrapez<1>()){};
+               Quadrature<dim> (QMilne<dim-1>(), QMilne<1>()){};
 
 template <int dim>
 QWeddle<dim>::QWeddle () :
-               Quadrature<dim> (QTrapez<dim-1>(), QTrapez<1>()){};
+               Quadrature<dim> (QWeddle<dim-1>(), QWeddle<1>()){};
 
 
 // explicite specialization

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.