]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix redefinition of default argument in test 11452/head
authorDaniel Arndt <arndtd@ornl.gov>
Thu, 31 Dec 2020 21:22:40 +0000 (16:22 -0500)
committerDaniel Arndt <arndtd@ornl.gov>
Thu, 31 Dec 2020 21:22:40 +0000 (16:22 -0500)
tests/dofs/dof_tools_21.cc
tests/dofs/dof_tools_21_b.cc
tests/dofs/dof_tools_21_b_x.cc
tests/dofs/dof_tools_21_b_x_q3.cc
tests/dofs/dof_tools_21_b_y.cc
tests/dofs/dof_tools_21_c.cc
tests/dofs/dof_tools_23.cc
tests/dofs/dof_tools_periodic.h

index 520c5fad61a6baedfcaf19ca6bb29bb3498f635a..b24ee800e46758fb790cf61ececc4f9b525a2f9b 100644 (file)
@@ -45,7 +45,7 @@
 
 
 
-template <int dim, int spacedim = dim>
+template <int dim, int spacedim>
 void
 check_this(const DoFHandler<dim, spacedim> &dof_handler)
 {
index a0936b311dc08ec2d9f76fa26aeae626cf24ac5b..7fe9fa40dc19e8cc2bd06703ea17c12c6c05c286 100644 (file)
@@ -239,7 +239,7 @@ void generate_grid(Triangulation<3> &triangulation, int orientation)
  * Print out all face DoFs and support points as well as the actual
  * matching via make_periodicity_constraints
  */
-template <int dim, int spacedim = dim>
+template <int dim, int spacedim>
 void
 print_matching(DoFHandler<dim, spacedim> &dof_handler,
                bool                       constrain_only_velocity = false)
index c61f253d102f9081ad11c71c46d6587aee9800ce..b13dffffcbc02844780b24d154fb49096211fcdb 100644 (file)
@@ -162,7 +162,7 @@ void generate_grid(Triangulation<2, 3> &triangulation)
  * Print out all face DoFs and support points as well as the actual
  * matching via make_periodicity_constraints
  */
-template <int dim, int spacedim = dim>
+template <int dim, int spacedim>
 void
 print_matching(DoFHandler<dim, spacedim> &dof_handler)
 {
index 6a3fb50f056c043077b74fb7601802d7cb49e60f..482042de0eeb03f45c1aabdbbf8845c89ff1cba3 100644 (file)
@@ -196,7 +196,7 @@ void generate_grid(Triangulation<2, 3> &triangulation)
  * Print out all face DoFs and support points as well as the actual
  * matching via make_periodicity_constraints
  */
-template <int dim, int spacedim = dim>
+template <int dim, int spacedim>
 void
 print_matching(DoFHandler<dim, spacedim> &dof_handler)
 {
index 454e23b41c3ab5366488f886b0faeb4791361f65..392959e2b61cf73a67ba59b276ce56dcfd6d8a05 100644 (file)
@@ -162,7 +162,7 @@ void generate_grid(Triangulation<2, 3> &triangulation)
  * Print out all face DoFs and support points as well as the actual
  * matching via make_periodicity_constraints
  */
-template <int dim, int spacedim = dim>
+template <int dim, int spacedim>
 void
 print_matching(DoFHandler<dim, spacedim> &dof_handler)
 {
index b5e0bfdc9b8e1da531245c93aa48b1b634cc7d7a..86f7501a10176634805a377baac1d218e758f8ce 100644 (file)
@@ -245,7 +245,7 @@ void generate_grid(Triangulation<3> &triangulation, int orientation)
  * Print out all face DoFs and support points as well as the actual
  * matching via make_periodicity_constraints
  */
-template <int dim, int spacedim = dim>
+template <int dim, int spacedim>
 void
 print_matching(DoFHandler<dim, spacedim> &dof_handler,
                bool                       constrain_only_velocity = false)
index 8575f6b01f70337de202a8f1d271d143623c662b..0e037e77578a4b13afe0dbc31897a4a90c7491ce 100644 (file)
@@ -46,7 +46,7 @@
 
 
 
-template <int dim, int spacedim = dim>
+template <int dim, int spacedim>
 void
 check_this(const DoFHandler<dim, spacedim> &dof_handler)
 {
index eca78f2f9a5e3fa5465e63b52bac9e614f0cb993..63276c5aa314848f369ac04213575be740caeec2 100644 (file)
@@ -44,7 +44,7 @@
 
 // forward declaration of the function that must be provided in the
 // .cc files
-template <int dim, int spacedim = dim>
+template <int dim, int spacedim>
 void
 check_this(const DoFHandler<dim, spacedim> &dof_handler);
 

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.