bugGNU Octave - Bugs: bug #46747, netcdf package bug - DeflateLevel...

 
 

bug #46747: netcdf package bug - DeflateLevel property not working on nccreate

Submitter:  Paolo Olivo <paoloo>
Submitted:  Tue 22 Dec 2015 10:35:19 AM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Fixed Assigned to:  octave-forge
Originator Name:  Open/Closed:  * Closed
Release:  * 4.0.0 Operating System:  * Microsoft Windows
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 27 Jan 2016 08:27:59 AM UTC, comment #1: 

Thank you for this bug report. This is corrected in netcdf-1.0.8.
The bug report can be closed now.

Alexander Barth <abarth>
Tue 22 Dec 2015 10:35:19 AM UTC, original submission:  

I've found a bug in the netcdf package.
Command ncreate doesn't work when called with DeflateLevel property, rising an error on nccreate at line 76.
The problem is caused by a typo on file nccreate.m - lines 76 and 77.

Changing:

elseif strcmp(vargin{i},'DeflateLevel')
    DeflateLevel = vargin{i+1};

with:

elseif strcmp(varargin{i},'DeflateLevel')
    DeflateLevel = varargin{i+1};

solves the problem.

Paolo Olivo <paoloo>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by andy1978 (Updated the item)
  • -email is unavailable- added by abarth (Posted a comment)
  • -email is unavailable- added by siko1056 (Updated the item)
  • -email is unavailable- added by paoloo (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2016-01-27 andy1978 StatusPatch Submitted Fixed
        Open/ClosedOpen Closed
    2016-01-04 siko1056 StatusNone Patch Submitted
        Assigned toNone octave-forge

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code