diff options
-rw-r--r-- | test/chunk.c | 2 | ||||
-rw-r--r-- | test/iopipe.c | 2 | ||||
-rw-r--r-- | test/ragged.c | 14 |
3 files changed, 9 insertions, 9 deletions
diff --git a/test/chunk.c b/test/chunk.c index 767dc48..8109c09 100644 --- a/test/chunk.c +++ b/test/chunk.c @@ -287,7 +287,7 @@ test_diag (int op, hsize_t cache_size, hsize_t io_size, hsize_t offset) /* * The extra cast in the following statement is a bug workaround for the - * Win32 version 0.0 compiler. + * Win32 version 5.0 compiler. * 1998-11-06 ptl */ return (double)((hssize_t)(nio/nio_g)); diff --git a/test/iopipe.c b/test/iopipe.c index 49231f3..8ede803 100644 --- a/test/iopipe.c +++ b/test/iopipe.c @@ -186,7 +186,7 @@ main (void) /* * The extra cast in the following statement is a bug workaround for the - * Win32 version 0.0 compiler. + * Win32 version 5.0 compiler. * 1998-11-06 ptl */ printf ("I/O request size is %1.1fMB\n", diff --git a/test/ragged.c b/test/ragged.c index ce73bf3..17dfe30 100644 --- a/test/ragged.c +++ b/test/ragged.c @@ -249,7 +249,7 @@ ragged_write_all(hid_t ra, hsize_t rows_at_once) H5_timer_end(&timer_total, &timer); /* * The extra cast in the following statement is a bug workaround - * for the Win32 version 0.0 compiler. + * for the Win32 version 5.0 compiler. * 1998-11-06 ptl */ H5_bandwidth(s, @@ -269,7 +269,7 @@ ragged_write_all(hid_t ra, hsize_t rows_at_once) H5_timer_end(&timer_total, &timer); /* * The extra cast in the following statement is a bug workaround for - * the Win32 version 0.0 compiler. + * the Win32 version 5.0 compiler. * 1998-11-06 ptl */ H5_bandwidth(s, (double)((hssize_t)interval_nelmts)*sizeof(C_MTYPE), @@ -383,7 +383,7 @@ ragged_read_all(hid_t ra, hsize_t rows_at_once) H5_timer_end(&timer_total, &timer); /* * The extra cast in the following statement is a bug workaround - * for the Win32 version 0.0 compiler. + * for the Win32 version 5.0 compiler. * 1998-11-06 ptl */ H5_bandwidth(s, @@ -411,7 +411,7 @@ ragged_read_all(hid_t ra, hsize_t rows_at_once) H5_timer_end(&timer_total, &timer); /* * The extra cast in the following statement is a bug workaround for - * the Win32 version 0.0 compiler. + * the Win32 version 5.0 compiler. * 1998-11-06 ptl */ H5_bandwidth(s, (double)((hssize_t)interval_nelmts)*sizeof(C_MTYPE), @@ -547,7 +547,7 @@ ragged_read_short(hid_t ra, hsize_t rows_at_once, hsize_t width) H5_timer_end(&timer_total, &timer); /* * The extra cast in the following statement is a bug workaround - * for the Win32 version 0.0 compiler. + * for the Win32 version 5.0 compiler. * 1998-11-06 ptl */ H5_bandwidth(s, @@ -575,7 +575,7 @@ ragged_read_short(hid_t ra, hsize_t rows_at_once, hsize_t width) H5_timer_end(&timer_total, &timer); /* * The extra cast in the following statement is a bug workaround for - * the Win32 version 0.0 compiler. + * the Win32 version 5.0 compiler. * 1998-11-06 ptl */ H5_bandwidth(s, (double)((hssize_t)interval_nelmts)*sizeof(C_MTYPE), @@ -587,7 +587,7 @@ ragged_read_short(hid_t ra, hsize_t rows_at_once, hsize_t width) printf(" -------- -------- -------- ----------\n"); /* * The extra cast in the following statement is a bug workaround for the - * Win32 version 0.0 compiler. + * Win32 version 5.0 compiler. * 1998-11-06 ptl */ H5_bandwidth(s, (double)((hssize_t)read_nelmts)*sizeof(C_MTYPE), |