From: <aba...@us...> - 2010-04-27 13:19:58
|
Revision: 7271 http://octave.svn.sourceforge.net/octave/?rev=7271&view=rev Author: abarth93 Date: 2010-04-27 13:19:51 +0000 (Tue, 27 Apr 2010) Log Message: ----------- remove depreciated function calls (2) Modified Paths: -------------- trunk/octave-forge/main/octcdf/DESCRIPTION trunk/octave-forge/main/octcdf/src/ov-netcdf.cc Modified: trunk/octave-forge/main/octcdf/DESCRIPTION =================================================================== --- trunk/octave-forge/main/octcdf/DESCRIPTION 2010-04-27 13:07:31 UTC (rev 7270) +++ trunk/octave-forge/main/octcdf/DESCRIPTION 2010-04-27 13:19:51 UTC (rev 7271) @@ -1,11 +1,11 @@ Name: octcdf -Version: 1.0.17 -Date: 2010-02-09 +Version: 1.1.0 +Date: 2010-04-27 Author: Alexander Barth <bar...@gm...> Maintainer: Alexander Barth <bar...@gm...> Title: octcdf Description: A NetCDF interface for octave -Depends: octave (>= 3.1.55) +Depends: octave (>= 3.3.51) Autoload: yes BuildRequires: netcdf-devel License: GPL version 2 or later Modified: trunk/octave-forge/main/octcdf/src/ov-netcdf.cc =================================================================== --- trunk/octave-forge/main/octcdf/src/ov-netcdf.cc 2010-04-27 13:07:31 UTC (rev 7270) +++ trunk/octave-forge/main/octcdf/src/ov-netcdf.cc 2010-04-27 13:19:51 UTC (rev 7271) @@ -829,7 +829,7 @@ int status; // permutation vector for Fortran-storage to C-storage // not used if ncndim == 1 - Array<int> perm_vector(ncndim); + Array<int> perm_vector(1,ncndim); # ifdef OV_NETCDF_VERBOSE This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |