changeset 6669:c429eb741d23 octave-forge

removing obsolete function from INDEX
author abarth93
date Tue, 09 Feb 2010 10:05:10 +0000
parents e424fda8188b
children 23212c398d90
files main/octcdf/DESCRIPTION main/octcdf/INDEX main/octcdf/src/ov-ncvar.h
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/main/octcdf/DESCRIPTION	Tue Feb 09 09:01:38 2010 +0000
+++ b/main/octcdf/DESCRIPTION	Tue Feb 09 10:05:10 2010 +0000
@@ -1,6 +1,6 @@
 Name: octcdf
-Version: 1.0.16
-Date: 2009-11-19
+Version: 1.0.17
+Date: 2010-02-09
 Author: Alexander Barth <barth.alexander@gmail.com>
 Maintainer: Alexander Barth <barth.alexander@gmail.com>
 Title: octcdf
--- a/main/octcdf/INDEX	Tue Feb 09 09:01:38 2010 +0000
+++ b/main/octcdf/INDEX	Tue Feb 09 10:05:10 2010 +0000
@@ -11,7 +11,6 @@
  ncint
  nclong
  ncshort
- netcdf_setup
  ncatt
  ncclose
  ncdatatype
--- a/main/octcdf/src/ov-ncvar.h	Tue Feb 09 09:01:38 2010 +0000
+++ b/main/octcdf/src/ov-ncvar.h	Tue Feb 09 10:05:10 2010 +0000
@@ -90,6 +90,7 @@
   int ndims() const  { return dims().length(); }
 
   octave_idx_type numel() const  { return dims().numel(); }
+  //octave_idx_type numel() const  { return 1; }
 
   // Get dim_vector following NetCDF conventions