view src/of-netcdf-1-octave-9-compat.patch @ 6547:696b42891580

* src/freetds.mk: update to v3.1.15
author John Donoghue <john.donoghue@ieee.org>
date Mon, 28 Nov 2022 14:27:26 -0500
parents 8e1e1a000deb
children
line wrap: on
line source

--- netcdf-1.0.16/src/__netcdf__.cc.orig	2022-09-16 14:04:58.000000000 +0200
+++ netcdf-1.0.16/src/__netcdf__.cc	2022-11-19 12:49:12.924877148 +0100
@@ -1298,7 +1298,7 @@
 
   int ncid = args(0).scalar_value();
   int varid = args(1).scalar_value ();
-  std::list<Range> ranges;
+  std::list<octave::range<double>> ranges;
   int ndims;
   octave_value data;
   nc_type xtype, basetype;