Skip to content

Commit

Permalink
Replace user-define with user-defined (HDFGroup#4261)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee authored and lrknox committed Mar 29, 2024
1 parent 4c45dc4 commit 704ca7e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion fortran/test/tH5T.F90
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,7 @@ END SUBROUTINE enumtest
!-------------------------------------------------------------------------
! * Function: test_derived_flt
! *
! * Purpose: Tests user-define and query functions of floating-point types.
! * Purpose: Tests user-defined and query functions of floating-point types.
! * test h5tget/set_fields_f.
! *
! * Return: Success: 0
Expand Down
12 changes: 6 additions & 6 deletions test/dt_arith.c
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@ test_particular_fp_integer(void)
/*-------------------------------------------------------------------------
* Function: test_derived_flt
*
* Purpose: Tests user-define and query functions of floating-point types.
* Purpose: Tests user-defined and query functions of floating-point types.
*
* Return: Success: 0
*
Expand All @@ -903,7 +903,7 @@ test_derived_flt(void)
char str[256]; /*message string */
unsigned int i, j;

TESTING("user-define and query functions of floating-point types");
TESTING("user-defined and query functions of floating-point types");

/* Create File */
h5_fixname(FILENAME[0], H5P_DEFAULT, filename, sizeof filename);
Expand Down Expand Up @@ -1324,7 +1324,7 @@ test_derived_flt(void)
/*-------------------------------------------------------------------------
* Function: test_derived_integer
*
* Purpose: Tests user-define and query functions of integer types.
* Purpose: Tests user-defined and query functions of integer types.
*
* Return: Success: 0
*
Expand All @@ -1347,7 +1347,7 @@ test_derived_integer(void)
char str[256]; /*message string */
unsigned int i, j;

TESTING("user-define and query functions of integer types");
TESTING("user-defined and query functions of integer types");

/* Create File */
h5_fixname(FILENAME[1], H5P_DEFAULT, filename, sizeof filename);
Expand Down Expand Up @@ -5990,11 +5990,11 @@ main(void)
/* Test H5Tcompiler_conv() for querying hard conversion. */
nerrors += (unsigned long)test_hard_query();

/* Test user-define, query functions and software conversion
/* Test user-defined, query functions and software conversion
* for user-defined floating-point types */
nerrors += (unsigned long)test_derived_flt();

/* Test user-define, query functions and software conversion
/* Test user-defined, query functions and software conversion
* for user-defined integer types */
nerrors += (unsigned long)test_derived_integer();

Expand Down

0 comments on commit 704ca7e

Please sign in to comment.