From: Wolfgang Bangerth Date: Thu, 19 Jun 2025 00:33:14 +0000 (-0600) Subject: Fix the name of a class as referenced in two tests. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F18570%2Fhead;p=dealii.git Fix the name of a class as referenced in two tests. --- 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