From: Daniel Garcia-Sanchez Date: Sun, 19 Aug 2018 21:39:18 +0000 (+0200) Subject: Replace the template argument T by number X-Git-Tag: v9.1.0-rc1~453^2~62 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e31d44b49ba49c68c9ea3ab91fc3c65be5202e93;p=dealii.git Replace the template argument T by number --- diff --git a/include/deal.II/base/hdf5.h b/include/deal.II/base/hdf5.h index bce1896103..950f8f04c2 100644 --- a/include/deal.II/base/hdf5.h +++ b/include/deal.II/base/hdf5.h @@ -190,7 +190,7 @@ namespace HDF5 public: /** - * Reads data of the dataset. T can be float, double, long double, + * Reads data of the dataset. Number can be float, double, long double, * std::complex, std::complex, std::complex, int * or unsigned int. * @@ -200,12 +200,12 @@ namespace HDF5 * Transfer: Datatype Conversion and Selection section in the HDF5 * User's Guide. */ - template