From 8f5c7f257356b48684b14e0a0ed6a1014e9aab7b Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Wed, 21 Feb 2024 13:00:39 -0600 Subject: [PATCH] remove UTF-16 character encoding --- tests/hp/hp_coarsening.cc | 2 +- tests/hp/p_adaptivity_absolute_threshold.cc | 2 +- tests/hp/p_adaptivity_fixed_number.cc | 2 +- tests/hp/p_adaptivity_full.cc | 2 +- tests/hp/p_adaptivity_reference.cc | 2 +- tests/hp/p_adaptivity_regularity.cc | 2 +- tests/hp/p_adaptivity_relative_threshold.cc | 2 +- tests/mpi/p_adaptivity_fixed_number.cc | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tests/hp/hp_coarsening.cc b/tests/hp/hp_coarsening.cc index 58da31d850..151c65ff5e 100644 --- a/tests/hp/hp_coarsening.cc +++ b/tests/hp/hp_coarsening.cc @@ -1,4 +1,4 @@ -// ------------------------------------------------------------------------ +// ------------------------------------------------------------------------ // // SPDX-License-Identifier: LGPL-2.1-or-later // Copyright (C) 2019 - 2024 by the deal.II authors diff --git a/tests/hp/p_adaptivity_absolute_threshold.cc b/tests/hp/p_adaptivity_absolute_threshold.cc index 9879c5f977..bc6e073556 100644 --- a/tests/hp/p_adaptivity_absolute_threshold.cc +++ b/tests/hp/p_adaptivity_absolute_threshold.cc @@ -1,4 +1,4 @@ -// --------------------------------------------------------------------- +// ------------------------------------------------------------------------ // // SPDX-License-Identifier: LGPL-2.1-or-later // Copyright (C) 2019 - 2024 by the deal.II authors diff --git a/tests/hp/p_adaptivity_fixed_number.cc b/tests/hp/p_adaptivity_fixed_number.cc index 319a7cd89b..74f7856840 100644 --- a/tests/hp/p_adaptivity_fixed_number.cc +++ b/tests/hp/p_adaptivity_fixed_number.cc @@ -1,4 +1,4 @@ -// --------------------------------------------------------------------- +// ------------------------------------------------------------------------ // // SPDX-License-Identifier: LGPL-2.1-or-later // Copyright (C) 2019 - 2024 by the deal.II authors diff --git a/tests/hp/p_adaptivity_full.cc b/tests/hp/p_adaptivity_full.cc index cd84deeed4..31b7881578 100644 --- a/tests/hp/p_adaptivity_full.cc +++ b/tests/hp/p_adaptivity_full.cc @@ -1,4 +1,4 @@ -// --------------------------------------------------------------------- +// ------------------------------------------------------------------------ // // SPDX-License-Identifier: LGPL-2.1-or-later // Copyright (C) 2019 - 2024 by the deal.II authors diff --git a/tests/hp/p_adaptivity_reference.cc b/tests/hp/p_adaptivity_reference.cc index 1fcc501bba..b6fe40222c 100644 --- a/tests/hp/p_adaptivity_reference.cc +++ b/tests/hp/p_adaptivity_reference.cc @@ -1,4 +1,4 @@ -// --------------------------------------------------------------------- +// ------------------------------------------------------------------------ // // SPDX-License-Identifier: LGPL-2.1-or-later // Copyright (C) 2019 - 2024 by the deal.II authors diff --git a/tests/hp/p_adaptivity_regularity.cc b/tests/hp/p_adaptivity_regularity.cc index f732370ba6..abe23bb9d4 100644 --- a/tests/hp/p_adaptivity_regularity.cc +++ b/tests/hp/p_adaptivity_regularity.cc @@ -1,4 +1,4 @@ -// --------------------------------------------------------------------- +// ------------------------------------------------------------------------ // // SPDX-License-Identifier: LGPL-2.1-or-later // Copyright (C) 2019 - 2024 by the deal.II authors diff --git a/tests/hp/p_adaptivity_relative_threshold.cc b/tests/hp/p_adaptivity_relative_threshold.cc index 03faf3c719..f40231dd97 100644 --- a/tests/hp/p_adaptivity_relative_threshold.cc +++ b/tests/hp/p_adaptivity_relative_threshold.cc @@ -1,4 +1,4 @@ -// --------------------------------------------------------------------- +// ------------------------------------------------------------------------ // // SPDX-License-Identifier: LGPL-2.1-or-later // Copyright (C) 2019 - 2024 by the deal.II authors diff --git a/tests/mpi/p_adaptivity_fixed_number.cc b/tests/mpi/p_adaptivity_fixed_number.cc index 5bd62e5a6b..209ede398d 100644 --- a/tests/mpi/p_adaptivity_fixed_number.cc +++ b/tests/mpi/p_adaptivity_fixed_number.cc @@ -1,4 +1,4 @@ -// --------------------------------------------------------------------- +// ------------------------------------------------------------------------ // // SPDX-License-Identifier: LGPL-2.1-or-later // Copyright (C) 2019 - 2024 by the deal.II authors -- 2.39.5