LLNL / H5Z-ZFP

A registered ZFP compression plugin for HDF5
Other
50 stars 22 forks source link

Minor code clean-up. #103

Closed brtnfld closed 1 year ago

brtnfld commented 1 year ago

Fixed Fortran formatting Updated actions to using 1.14.0 for windows tests Fixed errors/warnings generated in windows

Most of these changes were derived from working with PR #89.

markcmiller86 commented 1 year ago

I can't recall now what the source of the uint typename was but I thought I recall it being pretty important for compatability with ZFP. I think I agree..that is really a ZFP implementation type and not appropriate to have outside of any code interacting with ZFP library itself...which would include an HDF5 test of H5Z-ZFP filter.