From e31d44b49ba49c68c9ea3ab91fc3c65be5202e93 Mon Sep 17 00:00:00 2001 From: Daniel Garcia-Sanchez Date: Sun, 19 Aug 2018 23:39:18 +0200 Subject: [PATCH] Replace the template argument T by number --- include/deal.II/base/hdf5.h | 74 ++++++------- source/base/hdf5.cc | 201 +++++++++++++++++++----------------- 2 files changed, 146 insertions(+), 129 deletions(-) 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