summaryrefslogtreecommitdiffstats
path: root/src/H5Dearray.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Dearray.c')
-rw-r--r--src/H5Dearray.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/H5Dearray.c b/src/H5Dearray.c
index 87dc377..7403ee3 100644
--- a/src/H5Dearray.c
+++ b/src/H5Dearray.c
@@ -10,14 +10,11 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-/* Programmer: Quincey Koziol
- * Tuesday, January 27, 2009
- *
+/*
* Purpose: Extensible array indexed (chunked) I/O functions. The chunks
* are given a single-dimensional index which is used as the
* offset in an extensible array that maps a chunk coordinate to
* a disk address.
- *
*/
/****************/