Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove "Programmer" lines #3294

Merged
merged 1 commit into from
Jul 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 0 additions & 4 deletions fortran/examples/testh5fc.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
# [email protected].
#
# Tests for the h5fc compiler tool
# Created: Albert Cheng, 2007/3/14
#
# Modification:
#

srcdir=@srcdir@

Expand Down
57 changes: 0 additions & 57 deletions fortran/src/H5Af.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@
* namelen - name length
* RETURNS
* 0 on success, -1 on failure
* AUTHOR
* Elena Pourmal
* Thursday, August 12, 1999
* HISTORY
*
* SOURCE
*/
int_f
Expand Down Expand Up @@ -76,11 +71,6 @@ h5adelete_c(hid_t_f *obj_id, _fcd name, size_t_f *namelen)
* attr_num - number of attributes
* RETURNS
* 0 on success, -1 on failure
* AUTHOR
* Elena Pourmal
* Thursday, August 12, 1999
* HISTORY
*
* SOURCE
*/
int_f
Expand Down Expand Up @@ -115,11 +105,6 @@ h5aget_num_attrs_c(hid_t_f *obj_id, int_f *attr_num)
* buf - buffer to hold the name
* RETURNS
* 0 on success, -1 on failure
* AUTHOR
* Elena Pourmal
* Thursday, August 12, 1999
* HISTORY
*
* SOURCE
*/
int_f
Expand Down Expand Up @@ -172,11 +157,6 @@ h5aget_name_c(hid_t_f *attr_id, size_t_f *bufsize, _fcd buf)
* N/A
* RETURNS
* 0 on success, -1 on failure
* AUTHOR
* M. Scot Breitenfeld
* January, 2008
* HISTORY
* N/A
* SOURCE
*/
int_f
Expand Down Expand Up @@ -226,11 +206,6 @@ h5adelete_by_name_c(hid_t_f *loc_id, _fcd obj_name, size_t_f *obj_namelen, _fcd
* N/A
* RETURNS
* 0 on success, -1 on failure
* AUTHOR
* M. Scot Breitenfeld
* January, 2008
* HISTORY
* N/A
* SOURCE
*/
int_f
Expand Down Expand Up @@ -297,11 +272,6 @@ h5adelete_by_idx_c(hid_t_f *loc_id, _fcd obj_name, size_t_f *obj_namelen, int_f
*
* RETURNS
* Size of buffer on success, -1 on failure
* AUTHOR
* M. Scot Breitenfeld
* January, 2008
* HISTORY
* N/A
* SOURCE
*/
int_f
Expand Down Expand Up @@ -366,11 +336,6 @@ h5aget_name_by_idx_c(hid_t_f *loc_id, _fcd obj_name, size_t_f *obj_namelen, int_
*
* RETURNS
* 0 on success, -1 on failure
* AUTHOR
* M. Scot Breitenfeld
* January, 2008
* HISTORY
* N/A
* SOURCE
*/
int_f
Expand Down Expand Up @@ -434,11 +399,6 @@ h5aget_info_c(hid_t_f *loc_id, int_f *corder_valid, int_f *corder, int_f *cset,
*
* RETURNS
* 0 on success, -1 on failure
* AUTHOR
* M. Scot Breitenfeld
* January, 2008
* HISTORY
* N/A
* SOURCE
*/
int_f
Expand Down Expand Up @@ -500,11 +460,6 @@ h5aget_info_by_idx_c(hid_t_f *loc_id, _fcd obj_name, size_t_f *obj_namelen, int_
*
* RETURNS
* 0 on success, -1 on failure
* AUTHOR
* M. Scot Breitenfeld
* January, 2008
* HISTORY
* N/A
* SOURCE
*/
int_f
Expand Down Expand Up @@ -560,12 +515,6 @@ h5aget_info_by_name_c(hid_t_f *loc_id, _fcd obj_name, size_t_f *obj_namelen, _fc
* buf - data pointer buffer
* RETURNS
* 0 on success, -1 on failure
* AUTHOR
* M. Scot Breitenfeld
* June 11, 2008
* HISTORY
*
*
* SOURCE
*/
int_f
Expand Down Expand Up @@ -594,12 +543,6 @@ h5awrite_f_c(hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf)
* buf - data pointer buffer
* RETURNS
* 0 on success, -1 on failure
* AUTHOR
* M. Scot Breitenfeld
* June 11, 2008
* HISTORY
*
*
* SOURCE
*/
int_f
Expand Down
89 changes: 0 additions & 89 deletions fortran/src/H5Df.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@
* n - number of references to be stored.
* RETURNS
* 0 on success, -1 on failure
* AUTHOR
* Elena Pourmal
* Tuesday, May 14, 2002
* HISTORY
* This function was added to accommodate h5dwrite_f with the
* dims argument being of INTEGER(HSIZE_T) type
* SOURCE
*/
int_f
Expand Down Expand Up @@ -107,12 +101,6 @@ h5dwrite_ref_reg_c(hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id
* n - number of references to be stored.
* RETURNS
* 0 on success, -1 on failure
* AUTHOR
* Elena Pourmal
* Wednesday, May 15, 2002
* HISTORY
* This function was added to accommodate h5dread_f subroutine
* with the dims parameter being of INTEGER(HSIZE_T_F) size.
* SOURCE
*/
int_f
Expand Down Expand Up @@ -174,11 +162,6 @@ h5dread_ref_reg_c(hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id,
* type_id - identifier of the dataset's datatype
* RETURNS
* 0 on success, -1 on failure
* AUTHOR
* Elena Pourmal
* Thursday, August 19, 1999
* HISTORY
*
* SOURCE
*/

Expand Down Expand Up @@ -213,11 +196,6 @@ h5dget_type_c(hid_t_f *dset_id, hid_t_f *type_id)
* plist_id - identifier of he dataset creation property list
* RETURNS
* 0 on success, -1 on failure
* AUTHOR
* Elena Pourmal
* Thursday, August 19, 1999
* HISTORY
*
* SOURCE
*/

Expand Down Expand Up @@ -252,11 +230,6 @@ h5dget_create_plist_c(hid_t_f *dset_id, hid_t_f *plist_id)
* size - the amount of storage required for a dataset
* RETURNS
* 0 on success, -1 on failure
* AUTHOR
* Elena Pourmal
* Tuesday, October 22, 2002
* HISTORY
*
* SOURCE
*/

Expand Down Expand Up @@ -290,11 +263,6 @@ h5dget_storage_size_c(hid_t_f *dset_id, hsize_t_f *size)
* len - maximum length of the VL dataset element
* RETURNS
* 0 on success, -1 on failure
* AUTHOR
* Elena Pourmal
* Tuesday, October 22, 2002
* HISTORY
*
* SOURCE
*/

Expand Down Expand Up @@ -357,11 +325,6 @@ h5dvlen_get_max_len_c(hid_t_f *dset_id, hid_t_f *type_id, hid_t_f *space_id, siz
* len - array element lengths
* RETURNS
* 0 on success, -1 on failure
* AUTHOR
* Elena Pourmal
* Wednesday, October 23, 2002
* HISTORY
*
* SOURCE
*/

Expand Down Expand Up @@ -434,11 +397,6 @@ h5dwrite_vl_integer_c(hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space
* len - array element lengths
* RETURNS
* 0 on success, -1 on failure
* AUTHOR
* Elena Pourmal
* Wednesday, October 24, 2002
* HISTORY
*
* SOURCE
*/

Expand Down Expand Up @@ -508,11 +466,6 @@ h5dread_vl_integer_c(hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_
* len - array of strings lengths
* RETURNS
* 0 on success, -1 on failure
* AUTHOR
* Elena Pourmal
* Monday, October 28, 2002
* HISTORY
*
* SOURCE
*/

Expand Down Expand Up @@ -599,11 +552,6 @@ h5dwrite_vl_string_c(hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_
* len - array of strings lengths
* RETURNS
* 0 on success, -1 on failure
* AUTHOR
* Elena Pourmal
* Friday, November 1, 2002
* HISTORY
*
* SOURCE
*/

Expand Down Expand Up @@ -687,11 +635,6 @@ h5dread_vl_string_c(hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_i
* len - array element lengths
* RETURNS
* 0 on success, -1 on failure
* AUTHOR
* Elena Pourmal
* Monday, November 11, 2002
* HISTORY
*
* SOURCE
*/

Expand Down Expand Up @@ -764,11 +707,6 @@ h5dwrite_vl_real_c(hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id
* len - array element lengths
* RETURNS
* 0 on success, -1 on failure
* AUTHOR
* Elena Pourmal
* Monday, November 11, 2002
* HISTORY
*
* SOURCE
*/

Expand Down Expand Up @@ -833,11 +771,6 @@ h5dread_vl_real_c(hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id,
* flag - status flag
* RETURNS
* 0 on success, -1 on failure
* AUTHOR
* Elena Pourmal
* Wednesday, March 12, 2003
* HISTORY
*
* SOURCE
*/
int_f
Expand Down Expand Up @@ -880,9 +813,6 @@ h5dget_space_status_c(hid_t_f *dset_id, int_f *flag)
*
* RETURNS
* 0 on success, -1 on failure
* AUTHOR
* M. Scot Breitenfeld
* February, 2008
* SOURCE
*/
int_f
Expand Down Expand Up @@ -919,12 +849,6 @@ h5dcreate_anon_c(hid_t_f *loc_id, hid_t_f *type_id, hid_t_f *space_id, hid_t_f *
* buf - data buffer
* RETURNS
* 0 on success, -1 on failure
* AUTHOR
* M. Scot Breitenfeld
* May 28, 2008
* HISTORY
*
*
* SOURCE
*/
int_f
Expand Down Expand Up @@ -979,11 +903,6 @@ h5dwrite_f_c(hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_
* len - array element lengths
* RETURNS
* 0 on success, -1 on failure
* AUTHOR
* M. Scot Breitenfeld
* May 28, 2008
* HISTORY
*
* SOURCE
*/
int_f
Expand Down Expand Up @@ -1025,10 +944,6 @@ h5dread_f_c(hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t
* plist_id - the dataset access property list identifier
* RETURNS
* 0 on success, -1 on failure
* AUTHOR
* M. Scot Breitenfeld
* April 13, 2009
*
* SOURCE
*/
int_f
Expand Down Expand Up @@ -1061,10 +976,6 @@ h5dget_access_plist_c(hid_t_f *dset_id, hid_t_f *plist_id)
*
* RETURNS
* 0 on success, -1 on failure
* AUTHOR
* M. Scot Breitenfeld
* January 15, 2011
*
* SOURCE
*/
int_f
Expand Down
Loading