summaryrefslogtreecommitdiffstats
path: root/src/H5Dsingle.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Dsingle.c')
-rw-r--r--src/H5Dsingle.c15
1 files changed, 6 insertions, 9 deletions
diff --git a/src/H5Dsingle.c b/src/H5Dsingle.c
index 0ee1834..57f1126 100644
--- a/src/H5Dsingle.c
+++ b/src/H5Dsingle.c
@@ -10,15 +10,12 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-/* Programmer: Vailin Choi
- * May 2011; updated 10/2015
- *
- * Purpose: Single Chunk I/O functions.
- * This is used when the dataset has only 1 chunk (with or without filter):
- * cur_dims[] is equal to max_dims[] is equal to the chunk dims[]
- * non-filter chunk record: [address of the chunk]
- * filtered chunk record: [address of the chunk, chunk size, filter mask]
- *
+/*
+ * Purpose: Single Chunk I/O functions.
+ * This is used when the dataset has only 1 chunk (with or without filter):
+ * cur_dims[] is equal to max_dims[] is equal to the chunk dims[]
+ * non-filter chunk record: [address of the chunk]
+ * filtered chunk record: [address of the chunk, chunk size, filter mask]
*/
/****************/