Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1,
including the merge of `hdffv/hdf5/develop`, back to the branch that Vailin and I share. Now I need to put this branch on a fork with a less confusing name than vchoi_fork!
This commit is contained in:
@@ -50,10 +50,10 @@ int main(void)
|
||||
|
||||
#ifdef H5_HAVE_FILTER_SZIP
|
||||
if (h5tools_can_encode(H5Z_FILTER_SZIP) == 1) {
|
||||
printf("yes\n");
|
||||
HDprintf("yes\n");
|
||||
return(1);
|
||||
}
|
||||
#endif /* H5_HAVE_FILTER_SZIP */
|
||||
printf("no\n");
|
||||
HDprintf("no\n");
|
||||
return(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user