From 167f622b61be504e66c44f327beb413a47d8c5cb Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 18 Jun 2025 18:33:14 -0600 Subject: [PATCH] Fix the name of a class as referenced in two tests. --- tests/base/functions_08.cc | 2 +- tests/base/functions_08_gradient.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/base/functions_08.cc b/tests/base/functions_08.cc index a20bb517c8..99661633e1 100644 --- a/tests/base/functions_08.cc +++ b/tests/base/functions_08.cc @@ -13,7 +13,7 @@ // ------------------------------------------------------------------------ -// Test VectorFunctionTensorFunction +// Test VectorFunctionFromTensorFunction #include #include diff --git a/tests/base/functions_08_gradient.cc b/tests/base/functions_08_gradient.cc index 23b22b4d4a..403fd04613 100644 --- a/tests/base/functions_08_gradient.cc +++ b/tests/base/functions_08_gradient.cc @@ -13,7 +13,7 @@ // ------------------------------------------------------------------------ -// Test VectorFunctionTensorFunction gradient +// Test VectorFunctionFromTensorFunction gradient #include #include -- 2.39.5