From 725b95e986023e700ccf11f911e83626aa22a03c Mon Sep 17 00:00:00 2001 From: Anton Gladky Date: Sat, 25 Feb 2023 08:59:35 +0000 Subject: [PATCH] Fix FTBFS with new netcdf Bug-Debian: https://bugs.debian.org/1012703 Last-Update: 2022-06-19 Gbp-Pq: Name 110_vtk9_netcdf.patch --- ThirdParty/exodusII/vtkexodusII/src/ex_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ThirdParty/exodusII/vtkexodusII/src/ex_utils.c b/ThirdParty/exodusII/vtkexodusII/src/ex_utils.c index befc66f2..4d2443e5 100644 --- a/ThirdParty/exodusII/vtkexodusII/src/ex_utils.c +++ b/ThirdParty/exodusII/vtkexodusII/src/ex_utils.c @@ -1770,7 +1770,7 @@ void ex__compress_variable(int exoid, int varid, int type) */ /* const int NC_SZIP_EC = 4; */ /* Selects entropy coding method for szip. */ - const int NC_SZIP_NN = 32; /* Selects nearest neighbor coding method for szip. */ + // const int NC_SZIP_NN = 32; /* Selects nearest neighbor coding method for szip. */ /* Even and between 4 and 32; typical values are 8, 10, 16, 32 */ const int SZIP_PIXELS_PER_BLOCK = file->compression_level == 0 ? 32 : file->compression_level; -- 2.30.2