summaryrefslogtreecommitdiffstats
path: root/src/H5ACmpio.c
diff options
context:
space:
mode:
authormainzer <mainzer#hdfgroup.org>2020-08-15 22:53:29 (GMT)
committermainzer <mainzer#hdfgroup.org>2020-08-15 22:53:29 (GMT)
commit7b9f61c1575c53efb996f6934262f17f7870ddc6 (patch)
treebc0dda3552843fcac2e868678c93469a479bf14c /src/H5ACmpio.c
parent12bb6d7665b484854042db5da026a9910d711e32 (diff)
parent044ee6f88c78a70eb3694d8c73fa74c77fde9689 (diff)
downloadhdf5-7b9f61c1575c53efb996f6934262f17f7870ddc6.zip
hdf5-7b9f61c1575c53efb996f6934262f17f7870ddc6.tar.gz
hdf5-7b9f61c1575c53efb996f6934262f17f7870ddc6.tar.bz2
Merge branch 'develop' into mdc_sl_opt
Diffstat (limited to 'src/H5ACmpio.c')
-rw-r--r--src/H5ACmpio.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/H5ACmpio.c b/src/H5ACmpio.c
index 1c914b0..7474460 100644
--- a/src/H5ACmpio.c
+++ b/src/H5ACmpio.c
@@ -15,7 +15,7 @@
*
* Created: H5ACmpio.c
* Jun 20 2015
- * Quincey Koziol <koziol@hdfgroup.org>
+ * Quincey Koziol
*
* Purpose: Functions in this file implement support for parallel
* I/O cache functionality
@@ -2304,7 +2304,6 @@ H5AC__tidy_cache_0_lists(H5AC_t *cache_ptr, unsigned num_candidates,
* request to flush all items and something was protected.
*
* Programmer: Quincey Koziol
- * koziol@hdfgroup.org
* Aug 22 2009
*
*-------------------------------------------------------------------------