From 6e612b7bb224f9dcee03c07e7aeb7f52aa0eb0ed Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 27 Apr 2020 20:38:22 -0600 Subject: [PATCH] Fix a funny spacing issue. --- tests/fail/fe_nothing_04.cc | 2 +- tests/hp/fe_nothing_01.cc | 2 +- tests/hp/fe_nothing_02.cc | 2 +- tests/hp/fe_nothing_03.cc | 2 +- tests/hp/fe_nothing_05.cc | 2 +- tests/hp/fe_nothing_06.cc | 2 +- tests/hp/fe_nothing_07.cc | 2 +- tests/hp/fe_nothing_08.cc | 2 +- tests/hp/fe_nothing_09.cc | 2 +- tests/hp/fe_nothing_11.cc | 2 +- tests/hp/fe_nothing_15.cc | 2 +- tests/hp/fe_nothing_16.cc | 2 +- tests/hp/fe_nothing_20.cc | 2 +- tests/hp/fe_nothing_21.cc | 2 +- tests/hp/interpolate_nothing_03.cc | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/tests/fail/fe_nothing_04.cc b/tests/fail/fe_nothing_04.cc index 874747e8e3..5a299b10bd 100644 --- a/tests/fail/fe_nothing_04.cc +++ b/tests/fail/fe_nothing_04.cc @@ -48,7 +48,7 @@ void test() { Triangulation triangulation; - GridGenerator ::hyper_cube(triangulation, -0.5, 0.5); + GridGenerator::hyper_cube(triangulation, -0.5, 0.5); triangulation.refine_global(4); hp::FECollection fe_collection; diff --git a/tests/hp/fe_nothing_01.cc b/tests/hp/fe_nothing_01.cc index 3de7af805d..13f6842eb8 100644 --- a/tests/hp/fe_nothing_01.cc +++ b/tests/hp/fe_nothing_01.cc @@ -44,7 +44,7 @@ void test() { Triangulation triangulation; - GridGenerator ::hyper_cube(triangulation, 0, 1); + GridGenerator::hyper_cube(triangulation, 0, 1); triangulation.refine_global(1); hp::FECollection fe_collection; diff --git a/tests/hp/fe_nothing_02.cc b/tests/hp/fe_nothing_02.cc index 1898ea0728..a3652599b9 100644 --- a/tests/hp/fe_nothing_02.cc +++ b/tests/hp/fe_nothing_02.cc @@ -45,7 +45,7 @@ void test() { Triangulation triangulation; - GridGenerator ::hyper_cube(triangulation, -0.5, 0.5); + GridGenerator::hyper_cube(triangulation, -0.5, 0.5); triangulation.refine_global(2); hp::FECollection fe_collection; diff --git a/tests/hp/fe_nothing_03.cc b/tests/hp/fe_nothing_03.cc index 157b27008a..d0ef70d431 100644 --- a/tests/hp/fe_nothing_03.cc +++ b/tests/hp/fe_nothing_03.cc @@ -47,7 +47,7 @@ void test() { Triangulation triangulation; - GridGenerator ::hyper_cube(triangulation, -0.5, 0.5); + GridGenerator::hyper_cube(triangulation, -0.5, 0.5); triangulation.refine_global(4); hp::FECollection fe_collection; diff --git a/tests/hp/fe_nothing_05.cc b/tests/hp/fe_nothing_05.cc index ae99ef0f04..18cfa75103 100644 --- a/tests/hp/fe_nothing_05.cc +++ b/tests/hp/fe_nothing_05.cc @@ -68,7 +68,7 @@ void test() { Triangulation triangulation; - GridGenerator ::hyper_cube(triangulation, -0.5, 0.5); + GridGenerator::hyper_cube(triangulation, -0.5, 0.5); triangulation.refine_global(1); { diff --git a/tests/hp/fe_nothing_06.cc b/tests/hp/fe_nothing_06.cc index 2cffaa23c5..c96faa66f9 100644 --- a/tests/hp/fe_nothing_06.cc +++ b/tests/hp/fe_nothing_06.cc @@ -67,7 +67,7 @@ void test() { Triangulation triangulation; - GridGenerator ::hyper_cube(triangulation, -0.5, 0.5); + GridGenerator::hyper_cube(triangulation, -0.5, 0.5); triangulation.refine_global(1); { diff --git a/tests/hp/fe_nothing_07.cc b/tests/hp/fe_nothing_07.cc index 892f002f78..3b905db7bc 100644 --- a/tests/hp/fe_nothing_07.cc +++ b/tests/hp/fe_nothing_07.cc @@ -79,7 +79,7 @@ void test() { Triangulation triangulation; - GridGenerator ::hyper_cube(triangulation, -0.5, 0.5); + GridGenerator::hyper_cube(triangulation, -0.5, 0.5); triangulation.refine_global(1); { diff --git a/tests/hp/fe_nothing_08.cc b/tests/hp/fe_nothing_08.cc index d7fb6ab1d5..88cc23357d 100644 --- a/tests/hp/fe_nothing_08.cc +++ b/tests/hp/fe_nothing_08.cc @@ -48,7 +48,7 @@ void test() { Triangulation triangulation; - GridGenerator ::hyper_cube(triangulation, -1, 1); + GridGenerator::hyper_cube(triangulation, -1, 1); triangulation.refine_global(1); hp::FECollection fe_collection; diff --git a/tests/hp/fe_nothing_09.cc b/tests/hp/fe_nothing_09.cc index 74113feca2..c0186afc3c 100644 --- a/tests/hp/fe_nothing_09.cc +++ b/tests/hp/fe_nothing_09.cc @@ -50,7 +50,7 @@ void test() { Triangulation triangulation; - GridGenerator ::hyper_cube(triangulation, -1, 1); + GridGenerator::hyper_cube(triangulation, -1, 1); triangulation.refine_global(1); hp::FECollection fe_collection; diff --git a/tests/hp/fe_nothing_11.cc b/tests/hp/fe_nothing_11.cc index e02030c5f6..4e81c7b639 100644 --- a/tests/hp/fe_nothing_11.cc +++ b/tests/hp/fe_nothing_11.cc @@ -50,7 +50,7 @@ void test() { Triangulation triangulation; - GridGenerator ::hyper_cube(triangulation, -1, 1); + GridGenerator::hyper_cube(triangulation, -1, 1); triangulation.refine_global(1); hp::FECollection fe_collection; diff --git a/tests/hp/fe_nothing_15.cc b/tests/hp/fe_nothing_15.cc index 9340a07724..836e79c09c 100644 --- a/tests/hp/fe_nothing_15.cc +++ b/tests/hp/fe_nothing_15.cc @@ -48,7 +48,7 @@ void test() { Triangulation triangulation; - GridGenerator ::hyper_cube(triangulation, -0.5, 0.5); + GridGenerator::hyper_cube(triangulation, -0.5, 0.5); FESystem fe(FE_Q(1), 1, FE_Nothing(), 1); DoFHandler dof_handler(triangulation); diff --git a/tests/hp/fe_nothing_16.cc b/tests/hp/fe_nothing_16.cc index 0ffd71946b..a231372801 100644 --- a/tests/hp/fe_nothing_16.cc +++ b/tests/hp/fe_nothing_16.cc @@ -55,7 +55,7 @@ void test() { Triangulation triangulation; - GridGenerator ::hyper_cube(triangulation, -0.5, 0.5); + GridGenerator::hyper_cube(triangulation, -0.5, 0.5); FESystem fe(FE_Q(1), 1, FE_Nothing(), 1); DoFHandler dof_handler(triangulation); diff --git a/tests/hp/fe_nothing_20.cc b/tests/hp/fe_nothing_20.cc index 7e64ec5953..8c21f9a8bb 100644 --- a/tests/hp/fe_nothing_20.cc +++ b/tests/hp/fe_nothing_20.cc @@ -49,7 +49,7 @@ void test() { Triangulation triangulation; - GridGenerator ::hyper_cube(triangulation, -0.5, 0.5); + GridGenerator::hyper_cube(triangulation, -0.5, 0.5); triangulation.refine_global(4); hp::FECollection fe_collection; diff --git a/tests/hp/fe_nothing_21.cc b/tests/hp/fe_nothing_21.cc index 9c8d01fa54..9973b5de40 100644 --- a/tests/hp/fe_nothing_21.cc +++ b/tests/hp/fe_nothing_21.cc @@ -47,7 +47,7 @@ void test() { Triangulation triangulation; - GridGenerator ::hyper_cube(triangulation, -0.5, 0.5); + GridGenerator::hyper_cube(triangulation, -0.5, 0.5); triangulation.refine_global(4); FESystem fe(FE_Nothing(), 1, FE_Q(1), 1); diff --git a/tests/hp/interpolate_nothing_03.cc b/tests/hp/interpolate_nothing_03.cc index d2b37a7c3a..be585ced8d 100644 --- a/tests/hp/interpolate_nothing_03.cc +++ b/tests/hp/interpolate_nothing_03.cc @@ -49,7 +49,7 @@ void test() { Triangulation triangulation; - GridGenerator ::hyper_cube(triangulation, -0.5, 0.5); + GridGenerator::hyper_cube(triangulation, -0.5, 0.5); triangulation.refine_global(3); hp::FECollection fe_collection; -- 2.39.5