Package: octave-ncarray / 1.0.6-3

Metadata

Package Version Patches format
octave-ncarray 1.0.6-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fillvalue type.patch | (download)

inst/ncarray_example_file.m | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use correct type for attribute _fillvalue
 Using single() for setting the attribute _FillValue seemed to work
 with NetCDF 4.9.2, but ceased to work with version 4.9.3 (released in
 February 2025). Using double() fixes the problem.