summaryrefslogtreecommitdiffstats
path: root/src/H5Dnone.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Dnone.c')
-rw-r--r--src/H5Dnone.c17
1 files changed, 8 insertions, 9 deletions
diff --git a/src/H5Dnone.c b/src/H5Dnone.c
index 2f54fb6..2994821 100644
--- a/src/H5Dnone.c
+++ b/src/H5Dnone.c
@@ -10,17 +10,16 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-/* Programmer: Vailin Choi
- * September 2010
- *
+/*
* Purpose: Implicit (Non Index) chunked I/O functions.
- * This is used when the dataset is:
- * extendible but with fixed max. dims
- * with early allocation
- * without filter
- * The chunk coordinate is mapped into the actual disk addresses
- * for the chunk without indexing.
*
+ * This is used when the dataset is:
+ * - extendible but with fixed max. dims
+ * - with early allocation
+ * - without filter
+ *
+ * The chunk coordinate is mapped into the actual disk addresses
+ * for the chunk without indexing.
*/
/****************/