From: Olivier Gaboriault Date: Thu, 27 Feb 2025 15:42:49 +0000 (-0500) Subject: Applied Bruno's comments X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7d465feb8e25d784eea0342a6ef4976289a481b;p=dealii.git Applied Bruno's comments --- 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