Please, apply the patch attached below, which just adds a lacking
semicolon.

Rafael

* Alexander Barth <[email protected]> [2012-07-03 15:01]:

> Hi all,
> 
> I have released octcdf 1.1.5 which includes the functions ncread,
> ncwrite and ncinfo (similar to the matlab equivalent functions).
> 
> Thanks for uploading it to the server.
> 
> Best regards,
> Alexander
> 
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. Discussions 
> will include endpoint security, mobile security and the latest in malware 
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Octave-dev mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/octave-dev
Description: Avoid printing of the command result
Author: Rafael Laboissiere <[email protected]>
Last-Update: 2012-07-06

--- octave-octcdf-1.1.5.orig/inst/@ncfile/name.m
+++ octave-octcdf-1.1.5/inst/@ncfile/name.m
@@ -1,3 +1,3 @@
 function n = name(self)
- n = ncname(self)
+ n = ncname(self);
 end
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Octave-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to