From 3494a5359b9f64ac03133220b036952e5956c834 Mon Sep 17 00:00:00 2001 From: lenaploetzke <70579874+lenaploetzke@users.noreply.github.com> Date: Fri, 21 Feb 2025 13:53:45 +0100 Subject: [PATCH] forgot two files --- .../t8_cmesh_new_bigmesh_param.hxx | 2 +- .../t8_cmesh_new_from_class_param.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/t8_cmesh_generator/t8_cmesh_parameterized_examples/t8_cmesh_new_bigmesh_param.hxx b/test/t8_cmesh_generator/t8_cmesh_parameterized_examples/t8_cmesh_new_bigmesh_param.hxx index 003433d2a3..6e5e1b59d5 100644 --- a/test/t8_cmesh_generator/t8_cmesh_parameterized_examples/t8_cmesh_new_bigmesh_param.hxx +++ b/test/t8_cmesh_generator/t8_cmesh_parameterized_examples/t8_cmesh_new_bigmesh_param.hxx @@ -51,7 +51,7 @@ example_set *cmesh_example std::make_pair (cmesh_params::eclasses.begin (), cmesh_params::eclasses.end ()), std::make_pair (cmesh_params::large_mesh.begin (), cmesh_params::large_mesh.end ()), std::make_pair (cmesh_params::my_comms.begin (), cmesh_params::my_comms.end ()), bigmesh, make_param_string_wrapper, - "t8_cmesh_new_bigmesh_"); + "t8_cmesh_new_bigmesh"); } // namespace new_bigmesh #endif /* T8_CMESH_NEW_BIGMESH_PARAM_HXX */ diff --git a/test/t8_cmesh_generator/t8_cmesh_parameterized_examples/t8_cmesh_new_from_class_param.hxx b/test/t8_cmesh_generator/t8_cmesh_parameterized_examples/t8_cmesh_new_from_class_param.hxx index 983739b2a4..7c0b30f15d 100644 --- a/test/t8_cmesh_generator/t8_cmesh_parameterized_examples/t8_cmesh_new_from_class_param.hxx +++ b/test/t8_cmesh_generator/t8_cmesh_parameterized_examples/t8_cmesh_new_from_class_param.hxx @@ -49,7 +49,7 @@ example_set *cmesh_example decltype (cmesh_params::my_comms.begin ())> ( std::make_pair (cmesh_params::eclasses.begin (), cmesh_params::eclasses.end ()), std::make_pair (cmesh_params::my_comms.begin (), cmesh_params::my_comms.end ()), new_from_class_wrapper, - print_function, "t8_cmesh_new_from_class_"); + print_function, "t8_cmesh_new_from_class"); } // namespace new_from_class