]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
typo in assertion fixed
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 30 May 2005 08:53:27 +0000 (08:53 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 30 May 2005 08:53:27 +0000 (08:53 +0000)
git-svn-id: https://svn.dealii.org/trunk@10774 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/quadrature.cc

index 4096cabde04c48aa3ca976b34338b729bc8dfb1d..8c92928d70c75ad17a7cfbb8e5896d906b2123d2 100644 (file)
@@ -279,7 +279,7 @@ QAnisotropic<dim>::QAnisotropic(const Quadrature<1>& qx,
                                  *qy.n_quadrature_points
                                  *qz.n_quadrature_points)
 {
-  Assert (dim==2, ExcImpossibleInDim(dim));
+  Assert (dim==3, ExcImpossibleInDim(dim));
   unsigned int k=0;
   for (unsigned int k3=0;k3<qz.n_quadrature_points;++k3)
     for (unsigned int k2=0;k2<qy.n_quadrature_points;++k2)

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.