From 31b51a52edf9442d9ec0fdc3fc2a9a6d88779bad Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 6 Apr 2017 07:12:02 -0600 Subject: [PATCH] Align function argument names. --- include/deal.II/base/function_lib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/base/function_lib.h b/include/deal.II/base/function_lib.h index 87c87f8ae4..0274ef1713 100644 --- a/include/deal.II/base/function_lib.h +++ b/include/deal.II/base/function_lib.h @@ -1243,7 +1243,7 @@ namespace Functions */ InterpolatedUniformGridData (const std::array,dim> &interval_endpoints, const std::array &n_subintervals, - const Table &data_values); + const Table &data_values); /** * Compute the value of the function set by bilinear interpolation of the -- 2.39.5