From 5db18afc57bf7ee0434aaf9ea16076131cdd96c5 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 6 Jun 2019 20:37:26 -0600 Subject: [PATCH] Fix grammar. --- 9.1/paper.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/9.1/paper.tex b/9.1/paper.tex index 005a6be..c567c11 100644 --- a/9.1/paper.tex +++ b/9.1/paper.tex @@ -491,7 +491,7 @@ The \texttt{HDF5} format is specially tailored for high volume parallel I/O oper of datatypes. In addition the \texttt{HDF5} format is designed for long-term preservation of data; a \texttt{HDF5} file created by a HPC system can be easily read by a commodity laptop. -The new \dealii{}'s \texttt{HDF5} interface allows to write \texttt{HDF5} files and manipulate +\dealii{}'s new \texttt{HDF5} interface allows to write \texttt{HDF5} files and manipulate datasets, groups, and attributes in serial and in parallel using MPI. The \texttt{HDF5} MPI library calls that modify the structure of the file are always collective, whereas writing and reading raw data in a dataset can be done -- 2.39.5