Normalization of tools with develop

This commit is contained in:
Dana Robinson
2020-08-18 10:22:19 -07:00
parent c523490147
commit 9c255bc995
31 changed files with 604 additions and 541 deletions

View File

@@ -31,7 +31,7 @@ size_t H5TOOLS_MALLOCSIZE = (128 * 1024 * 1024);
*
* Purpose: generate files for h5diff testing
*
* Programmer: Pedro Vicente, pvn@ncsa.uiuc.edu
* Programmer: Pedro Vicente
*
* Date: November 12, 2003
*
@@ -8035,7 +8035,6 @@ void test_double_epsilon(const char *fname1, const char *fname2)
{
hid_t fid1 = H5I_INVALID_HID, fid2 = H5I_INVALID_HID;
hsize_t dims1[2] = { 4, 7 };
hsize_t dims2[2] = { 4, 7 };
double wdata[4][7];
int i, j;