]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix typo in HDF5 documentation 8615/head
authorDaniel Garcia-Sanchez <daniel.garcia-sanchez@insp.upmc.fr>
Wed, 21 Aug 2019 13:38:10 +0000 (15:38 +0200)
committerDaniel Garcia-Sanchez <daniel.garcia-sanchez@insp.upmc.fr>
Wed, 21 Aug 2019 13:38:10 +0000 (15:38 +0200)
include/deal.II/base/hdf5.h

index d4011943e8b97cfc6dd5f3a7d63a15ee59372546..4516cea5fbc661f08d051b6ba4309b282516e614 100644 (file)
@@ -54,7 +54,7 @@ DEAL_II_NAMESPACE_OPEN
  *
  * An example is shown below
  * @code
- * HDF5::File data_file(filename, HDF5::File::Mode::create);
+ * HDF5::File data_file(filename, HDF5::File::FileAccessMode::create);
  * double double_attribute = 2.2;
  * data_file.set_attribute("double_attribute", double_attribute);
  * auto group = data_file.create_group("group");

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.