Skip to content

Commit 26054d7

Browse files
committed
Unbreak build with CBF_ENABLE_ULP set
1 parent 6b5d0e5 commit 26054d7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/cbf_hdf5.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26454,6 +26454,10 @@ static int process_DiffrnScanAxisCache(cbf_node * const category,
2645426454
const hsize_t max[] = {1};
2645526455
const hsize_t cnk[] = {1};
2645626456
hsize_t buf[] = {0};
26457+
#ifdef CBF_USE_ULP
26458+
cmp_double_param_t cmp_double_params;
26459+
void * cmp_params = &cmp_double_params;
26460+
#endif
2645726461

2645826462

2645926463
if (!handle || !h5handle || !matrix) return CBF_ARGUMENT;

0 commit comments

Comments
 (0)