From: Wolfgang Bangerth Date: Thu, 6 Apr 2017 13:12:02 +0000 (-0600) Subject: Align function argument names. X-Git-Tag: v9.0.0-rc1~1735^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4196%2Fhead;p=dealii.git Align function argument names. --- 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