]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove an extra namespace qualification.
authorDavid Wells <drwells@email.unc.edu>
Thu, 29 Jul 2021 16:19:38 +0000 (12:19 -0400)
committerDavid Wells <drwells@email.unc.edu>
Thu, 29 Jul 2021 16:19:38 +0000 (12:19 -0400)
This isn't necessary now that we moved Simplex::QGauss to QGaussSimplex.

source/base/quadrature_lib.cc

index 2332afe1df74f3b437d2f8ed9daac04901e5289a..03f3101f2b1c9a2ff711f12b1deb1f9f2c366e63 100644 (file)
@@ -1537,7 +1537,7 @@ QWitherdenVincentSimplex<dim>::QWitherdenVincentSimplex(
   // reasonable equivalent for generic programming.
   if (dim == 1)
     {
-      Quadrature<dim>::operator=(dealii::QGauss<dim>(n_points_1D));
+      Quadrature<dim>::operator=(QGauss<dim>(n_points_1D));
       return;
     }
 

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.