]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove an extra 'namespace dealii'.
authorDavid Wells <drwells@email.unc.edu>
Wed, 22 Mar 2023 12:10:45 +0000 (08:10 -0400)
committerDavid Wells <drwells@email.unc.edu>
Wed, 22 Mar 2023 22:40:36 +0000 (18:40 -0400)
source/base/quadrature_lib.cc

index 2e89cdab775b19fa5aa758631c5328c05821fff2..3e28a1e9a0003c8333bf75258fc10ac22e35d732 100644 (file)
@@ -2239,54 +2239,46 @@ template class QWitherdenVincentSimplex<1>;
 template class QWitherdenVincentSimplex<2>;
 template class QWitherdenVincentSimplex<3>;
 
-DEAL_II_NAMESPACE_CLOSE
+#ifndef DOXYGEN
+template Quadrature<1>
+QSimplex<1>::compute_affine_transformation(
+  const std::array<Point<1>, 1 + 1> &vertices) const;
 
-namespace dealii
-{
-  template Quadrature<1>
-  QSimplex<1>::compute_affine_transformation(
-    const std::array<Point<1>, 1 + 1> &vertices) const;
+template Quadrature<2>
+QSimplex<1>::compute_affine_transformation(
+  const std::array<Point<2>, 1 + 1> &vertices) const;
 
-  template Quadrature<2>
-  QSimplex<1>::compute_affine_transformation(
-    const std::array<Point<2>, 1 + 1> &vertices) const;
+template Quadrature<2>
+QSimplex<2>::compute_affine_transformation(
+  const std::array<Point<2>, 2 + 1> &vertices) const;
 
-  template Quadrature<2>
-  QSimplex<2>::compute_affine_transformation(
-    const std::array<Point<2>, 2 + 1> &vertices) const;
+template Quadrature<3>
+QSimplex<1>::compute_affine_transformation(
+  const std::array<Point<3>, 1 + 1> &vertices) const;
 
-  template Quadrature<3>
-  QSimplex<1>::compute_affine_transformation(
-    const std::array<Point<3>, 1 + 1> &vertices) const;
+template Quadrature<3>
+QSimplex<2>::compute_affine_transformation(
+  const std::array<Point<3>, 2 + 1> &vertices) const;
 
-  template Quadrature<3>
-  QSimplex<2>::compute_affine_transformation(
-    const std::array<Point<3>, 2 + 1> &vertices) const;
+template Quadrature<3>
+QSimplex<3>::compute_affine_transformation(
+  const std::array<Point<3>, 3 + 1> &vertices) const;
 
-  template Quadrature<3>
-  QSimplex<3>::compute_affine_transformation(
-    const std::array<Point<3>, 3 + 1> &vertices) const;
-} // namespace dealii
+template Quadrature<3>
+QSimplex<1>::mapped_quadrature(
+  const std::vector<std::array<Point<3>, 1 + 1>> &simplices) const;
 
-namespace dealii
-{
-  template Quadrature<2>
-  QSimplex<1>::mapped_quadrature(
-    const std::vector<std::array<Point<2>, 1 + 1>> &simplices) const;
-
-  template Quadrature<3>
-  QSimplex<1>::mapped_quadrature(
-    const std::vector<std::array<Point<3>, 1 + 1>> &simplices) const;
-
-  template Quadrature<2>
-  QSimplex<2>::mapped_quadrature(
-    const std::vector<std::array<Point<2>, 2 + 1>> &simplices) const;
-
-  template Quadrature<3>
-  QSimplex<2>::mapped_quadrature(
-    const std::vector<std::array<Point<3>, 2 + 1>> &simplices) const;
-
-  template Quadrature<3>
-  QSimplex<3>::mapped_quadrature(
-    const std::vector<std::array<Point<3>, 3 + 1>> &simplices) const;
-} // namespace dealii
+template Quadrature<2>
+QSimplex<2>::mapped_quadrature(
+  const std::vector<std::array<Point<2>, 2 + 1>> &simplices) const;
+
+template Quadrature<3>
+QSimplex<2>::mapped_quadrature(
+  const std::vector<std::array<Point<3>, 2 + 1>> &simplices) const;
+
+template Quadrature<3>
+QSimplex<3>::mapped_quadrature(
+  const std::vector<std::array<Point<3>, 3 + 1>> &simplices) const;
+#endif
+
+DEAL_II_NAMESPACE_CLOSE

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.