summaryrefslogtreecommitdiffstats
path: root/hl/fortran/src/H5IMcc.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-06-29 19:13:29 (GMT)
committerGitHub <noreply@github.com>2023-06-29 19:13:29 (GMT)
commitfd933f30b1f8cd487ad790ac0b054bb779280a62 (patch)
tree9e366b2c19f1d84e28af4e588daf7bd8c075f8b6 /hl/fortran/src/H5IMcc.c
parentfd56a593b7928da636b2494b25cd7478fed78c29 (diff)
downloadhdf5-fd933f30b1f8cd487ad790ac0b054bb779280a62.zip
hdf5-fd933f30b1f8cd487ad790ac0b054bb779280a62.tar.gz
hdf5-fd933f30b1f8cd487ad790ac0b054bb779280a62.tar.bz2
Remove programmer/date from comments (#3210)
* Removes Programmer: and Date: fields * Fixes a few Modifications: fields leftover from previous work
Diffstat (limited to 'hl/fortran/src/H5IMcc.c')
-rw-r--r--hl/fortran/src/H5IMcc.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/hl/fortran/src/H5IMcc.c b/hl/fortran/src/H5IMcc.c
index 53c1f69..055d52d 100644
--- a/hl/fortran/src/H5IMcc.c
+++ b/hl/fortran/src/H5IMcc.c
@@ -28,10 +28,6 @@ herr_t H5IM_get_palette(hid_t loc_id, const char *image_name, int pal_number, hi
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente Nunes
- *
- * Date: May 10, 2005
- *
* Comments:
* This function allows the creation and writing of an 8bit image on disk.
* The memory datatype is H5T_NATIVE_INT. It is supposed to be called from
@@ -118,10 +114,6 @@ H5IMmake_image_8bitf(hid_t loc_id, const char *dset_name, hsize_t width, hsize_t
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente Nunes
- *
- * Date: May 10, 2005
- *
* Comments:
* This function allows the creation and writing of an 8bit image on disk.
* The memory datatype is H5T_NATIVE_INT. It is supposed to be called from
@@ -231,10 +223,6 @@ H5IMmake_image_24bitf(hid_t loc_id, const char *dset_name, hsize_t width, hsize_
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente Nunes
- *
- * Date: May 10, 2005
- *
* Comments:
* This function allows reading of an 8bit image on disk.
* The memory datatype is H5T_NATIVE_INT. It is supposed to be called from
@@ -285,10 +273,6 @@ out:
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente Nunes
- *
- * Date: May 10, 2005
- *
* Comments:
* This function allows writing of an 8bit palette to disk.
* The memory datatype is H5T_NATIVE_INT. It is supposed to be called from
@@ -376,10 +360,6 @@ H5IMmake_palettef(hid_t loc_id, const char *pal_name, const hsize_t *pal_dims, i
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente Nunes
- *
- * Date: May 10, 2005
- *
* Comments:
* This function allows reading of an 8bit palette from disk.
* The memory datatype is H5T_NATIVE_INT. It is supposed to be called from
@@ -410,10 +390,6 @@ H5IMget_palettef(hid_t loc_id, const char *image_name, int pal_number, int_f *pa
*
* Return: Success: 0, Failure: -1
*
- * Programmer: Pedro Vicente Nunes
- *
- * Date: May 10, 2005
- *
* Comments:
* This function allows reading of an 8bit palette from disk disk
* to memory type TID