From b7d465feb8e25d784eea0342a6ef4976289a481b Mon Sep 17 00:00:00 2001 From: Olivier Gaboriault Date: Thu, 27 Feb 2025 10:42:49 -0500 Subject: [PATCH] Applied Bruno's comments --- tests/base/function_parser_13.cc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/base/function_parser_13.cc b/tests/base/function_parser_13.cc index e07da93fc6..5e846f75e0 100644 --- a/tests/base/function_parser_13.cc +++ b/tests/base/function_parser_13.cc @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------ // // SPDX-License-Identifier: LGPL-2.1-or-later -// Copyright (C) 2010 - 2023 by the deal.II authors +// Copyright (C) 2025 - 2025 by the deal.II authors // // This file is part of the deal.II library. // @@ -14,7 +14,9 @@ // This program tests the functionality of imposing a default expression -// when declaring a ParsedFunction. +// when declaring a ParsedFunction. This functionality is tested for +// functions with 1, 2 and 3 components and when the default expression is +// not explicitly specified. #include #include -- 2.39.5