Skip to content

Commit

Permalink
Sp.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhendersonHDF committed Jun 27, 2024
1 parent c0b6a09 commit 16bedbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/lib/h5diff_array.c
Original file line number Diff line number Diff line change
Expand Up @@ -3352,7 +3352,7 @@ diff_complex_element(unsigned char *mem1, unsigned char *mem2, hsize_t elem_idx,
memcpy(&temp2_real, mem2, sizeof(H5__Float16));
memcpy(&temp2_imag, mem2 + base_type_size, sizeof(H5__Float16));

/* Currently just re-use the float facilities */
/* Currently just reuse the float facilities */
nfound += diff_float_complex((float)temp1_real, (float)temp1_imag, (float)temp2_real,
(float)temp2_imag, elem_idx, opts);
}
Expand Down

0 comments on commit 16bedbf

Please sign in to comment.