From: Daniel Garcia-Sanchez Date: Sat, 18 Aug 2018 13:28:04 +0000 (+0200) Subject: Use generic Container for write_data and write_data_hyperslab X-Git-Tag: v9.1.0-rc1~453^2~67 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=028fd8fe72c7a95a7cfadc2dfee127af31b9911a;p=dealii.git Use generic Container for write_data and write_data_hyperslab --- diff --git a/include/deal.II/base/hdf5.h b/include/deal.II/base/hdf5.h index 9bc30e8ac2..bf01eaeb01 100644 --- a/include/deal.II/base/hdf5.h +++ b/include/deal.II/base/hdf5.h @@ -211,23 +211,9 @@ namespace HDF5 * Transfer: Datatype Conversion and Selection" section in the HDF5 * User's Guide. */ - template - void - write_data(const std::vector &data); - - /** - * Writes data in the dataset. T can be double, int, unsigned int, - * or std::complex. - * - * Datatype conversion takes place at the time of a read or write and is - * automatic. See the "Data - * Transfer: Datatype Conversion and Selection" section in the HDF5 - * User's Guide. - */ - template + template