]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a funny spacing issue. 9975/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Tue, 28 Apr 2020 02:38:22 +0000 (20:38 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Tue, 28 Apr 2020 02:38:22 +0000 (20:38 -0600)
15 files changed:
tests/fail/fe_nothing_04.cc
tests/hp/fe_nothing_01.cc
tests/hp/fe_nothing_02.cc
tests/hp/fe_nothing_03.cc
tests/hp/fe_nothing_05.cc
tests/hp/fe_nothing_06.cc
tests/hp/fe_nothing_07.cc
tests/hp/fe_nothing_08.cc
tests/hp/fe_nothing_09.cc
tests/hp/fe_nothing_11.cc
tests/hp/fe_nothing_15.cc
tests/hp/fe_nothing_16.cc
tests/hp/fe_nothing_20.cc
tests/hp/fe_nothing_21.cc
tests/hp/interpolate_nothing_03.cc

index 874747e8e3a390a634a8e408ef6fb3cdd9dc8384..5a299b10bde5fe0bb6ba7fb5d6cd0a722a9c843a 100644 (file)
@@ -48,7 +48,7 @@ void
 test()
 {
   Triangulation<dim> triangulation;
-  GridGenerator ::hyper_cube(triangulation, -0.5, 0.5);
+  GridGenerator::hyper_cube(triangulation, -0.5, 0.5);
   triangulation.refine_global(4);
 
   hp::FECollection<dim> fe_collection;
index 3de7af805d15f9a605eb0219a455b0db28cec134..13f6842eb89c29eaf7b31f7b093a97af89db2513 100644 (file)
@@ -44,7 +44,7 @@ void
 test()
 {
   Triangulation<dim> triangulation;
-  GridGenerator ::hyper_cube(triangulation, 0, 1);
+  GridGenerator::hyper_cube(triangulation, 0, 1);
   triangulation.refine_global(1);
 
   hp::FECollection<dim> fe_collection;
index 1898ea0728cfa9ec69cfab0c7c5ed98e528cd85b..a3652599b9c96c32d56d3a59d2f04037cad25504 100644 (file)
@@ -45,7 +45,7 @@ void
 test()
 {
   Triangulation<dim> triangulation;
-  GridGenerator ::hyper_cube(triangulation, -0.5, 0.5);
+  GridGenerator::hyper_cube(triangulation, -0.5, 0.5);
   triangulation.refine_global(2);
 
   hp::FECollection<dim> fe_collection;
index 157b27008a3c460d8f43910c0380be5f0e04d734..d0ef70d43130848046ef3ea83069faed9a472a8e 100644 (file)
@@ -47,7 +47,7 @@ void
 test()
 {
   Triangulation<dim> triangulation;
-  GridGenerator ::hyper_cube(triangulation, -0.5, 0.5);
+  GridGenerator::hyper_cube(triangulation, -0.5, 0.5);
   triangulation.refine_global(4);
 
   hp::FECollection<dim> fe_collection;
index ae99ef0f045b5691edc194e9e7138cdabf81a6f8..18cfa7510343ab1334d4a28672a93c22f4955cb9 100644 (file)
@@ -68,7 +68,7 @@ void
 test()
 {
   Triangulation<dim> triangulation;
-  GridGenerator ::hyper_cube(triangulation, -0.5, 0.5);
+  GridGenerator::hyper_cube(triangulation, -0.5, 0.5);
   triangulation.refine_global(1);
 
   {
index 2cffaa23c5f02a63c272dd1020ed00be3939ea0a..c96faa66f9fbd8f8071162db4b34b0d2076a66fa 100644 (file)
@@ -67,7 +67,7 @@ void
 test()
 {
   Triangulation<dim> triangulation;
-  GridGenerator ::hyper_cube(triangulation, -0.5, 0.5);
+  GridGenerator::hyper_cube(triangulation, -0.5, 0.5);
   triangulation.refine_global(1);
 
   {
index 892f002f78e64527ecad71a99d6d6c3707fc8595..3b905db7bc7778ade40e4427bef91d2f11008030 100644 (file)
@@ -79,7 +79,7 @@ void
 test()
 {
   Triangulation<dim> triangulation;
-  GridGenerator ::hyper_cube(triangulation, -0.5, 0.5);
+  GridGenerator::hyper_cube(triangulation, -0.5, 0.5);
   triangulation.refine_global(1);
 
   {
index d7fb6ab1d54462313d18b56343f69a0b0c9049b3..88cc23357da44f13d692e00ffc5e5f520ac4fde2 100644 (file)
@@ -48,7 +48,7 @@ void
 test()
 {
   Triangulation<dim> triangulation;
-  GridGenerator ::hyper_cube(triangulation, -1, 1);
+  GridGenerator::hyper_cube(triangulation, -1, 1);
   triangulation.refine_global(1);
 
   hp::FECollection<dim> fe_collection;
index 74113feca21a26007d164116998ba688307a3f45..c0186afc3c3f5aba435990e28215ffd15a669a4c 100644 (file)
@@ -50,7 +50,7 @@ void
 test()
 {
   Triangulation<dim> triangulation;
-  GridGenerator ::hyper_cube(triangulation, -1, 1);
+  GridGenerator::hyper_cube(triangulation, -1, 1);
   triangulation.refine_global(1);
 
   hp::FECollection<dim> fe_collection;
index e02030c5f6b12829dd55908fc966902f38b74b6b..4e81c7b6399913650bbb22fb40408a79834750e8 100644 (file)
@@ -50,7 +50,7 @@ void
 test()
 {
   Triangulation<dim> triangulation;
-  GridGenerator ::hyper_cube(triangulation, -1, 1);
+  GridGenerator::hyper_cube(triangulation, -1, 1);
   triangulation.refine_global(1);
 
   hp::FECollection<dim> fe_collection;
index 9340a077248323571ce480d28a677f30560d2cb0..836e79c09c9f0115e1db95973f42d11462d48c99 100644 (file)
@@ -48,7 +48,7 @@ void
 test()
 {
   Triangulation<dim> triangulation;
-  GridGenerator ::hyper_cube(triangulation, -0.5, 0.5);
+  GridGenerator::hyper_cube(triangulation, -0.5, 0.5);
 
   FESystem<dim>   fe(FE_Q<dim>(1), 1, FE_Nothing<dim>(), 1);
   DoFHandler<dim> dof_handler(triangulation);
index 0ffd71946bcd9e99539463b3a5dec272c88b99b0..a2313728012684b22caf31836e2b9e6ea6ad8feb 100644 (file)
@@ -55,7 +55,7 @@ void
 test()
 {
   Triangulation<dim> triangulation;
-  GridGenerator ::hyper_cube(triangulation, -0.5, 0.5);
+  GridGenerator::hyper_cube(triangulation, -0.5, 0.5);
 
   FESystem<dim>   fe(FE_Q<dim>(1), 1, FE_Nothing<dim>(), 1);
   DoFHandler<dim> dof_handler(triangulation);
index 7e64ec595345e10855f78e4c2b15f9a217ee150f..8c21f9a8bbd0a389baafa297de1549d672884224 100644 (file)
@@ -49,7 +49,7 @@ void
 test()
 {
   Triangulation<dim> triangulation;
-  GridGenerator ::hyper_cube(triangulation, -0.5, 0.5);
+  GridGenerator::hyper_cube(triangulation, -0.5, 0.5);
   triangulation.refine_global(4);
 
   hp::FECollection<dim> fe_collection;
index 9c8d01fa54259bdef2a691298cace830af97a28c..9973b5de40e5911266b8359185bdd55fb5e208f1 100644 (file)
@@ -47,7 +47,7 @@ void
 test()
 {
   Triangulation<dim> triangulation;
-  GridGenerator ::hyper_cube(triangulation, -0.5, 0.5);
+  GridGenerator::hyper_cube(triangulation, -0.5, 0.5);
   triangulation.refine_global(4);
 
   FESystem<dim> fe(FE_Nothing<dim>(), 1, FE_Q<dim>(1), 1);
index d2b37a7c3a3e6f3338bc5dbd95e77a6e6dd0fe03..be585ced8dbe43e210441d80ae2e07948fc69de5 100644 (file)
@@ -49,7 +49,7 @@ void
 test()
 {
   Triangulation<dim> triangulation;
-  GridGenerator ::hyper_cube(triangulation, -0.5, 0.5);
+  GridGenerator::hyper_cube(triangulation, -0.5, 0.5);
   triangulation.refine_global(3);
 
   hp::FECollection<dim> fe_collection;

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.