summaryrefslogtreecommitdiffstats
path: root/src/H5Dfarray.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Dfarray.c')
-rw-r--r--src/H5Dfarray.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/H5Dfarray.c b/src/H5Dfarray.c
index 7caef2c..0f4074e 100644
--- a/src/H5Dfarray.c
+++ b/src/H5Dfarray.c
@@ -10,13 +10,10 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-/* Programmer: Vailin Choi
- * Thursday, April 30, 2009
- *
+/*
* Purpose: Fixed array indexed (chunked) I/O functions.
* The chunk coordinate is mapped as an index into an array of
* disk addresses for the chunks.
- *
*/
/****************/