From 5e95fbbd5b7ea1218c86cbcdd3791824bb3ac9f6 Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Fri, 30 Oct 2009 11:48:10 -0500 Subject: [svn-r17794] Description: Fixed formatting to conform to 80-character line limit. --- release_docs/RELEASE.txt | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 2487c87..4c0e5ad 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -68,11 +68,13 @@ New Features Tools: ------ - - h5diff: h5diff treats two INFINITY values different. Fixed by checking (value==expect) - before call ABS(...) at h5diff_array.c This will make that (INF==INF) is true - (INF is treated as an number instead of NaN) (PC -- 2009/07/28) - - h5diff: add option "--use-system-epsilon" to print difference if (|a-b| > EPSILON) - Change default to use strict equality (PC -- 2009/09/12) + - h5diff: h5diff treats two INFINITY values different. Fixed by checking + (value==expect) before call ABS(...) at h5diff_array.c. This will + make that (INF==INF) is true (INF is treated as an number instead of + NaN) (PC -- 2009/07/28) + - h5diff: add option "--use-system-epsilon" to print difference if + (|a-b| > EPSILON). Change default to use strict equality + (PC -- 2009/09/12) F90 API: -- cgit v0.12