From: <aba...@us...> - 2012-07-18 09:08:09
|
Revision: 10751 http://octave.svn.sourceforge.net/octave/?rev=10751&view=rev Author: abarth93 Date: 2012-07-18 09:08:03 +0000 (Wed, 18 Jul 2012) Log Message: ----------- Avoid printing of the command result (Rafael Laboissiere) Modified Paths: -------------- trunk/octave-forge/main/octcdf/inst/@ncfile/name.m Modified: trunk/octave-forge/main/octcdf/inst/@ncfile/name.m =================================================================== --- trunk/octave-forge/main/octcdf/inst/@ncfile/name.m 2012-07-18 09:07:22 UTC (rev 10750) +++ trunk/octave-forge/main/octcdf/inst/@ncfile/name.m 2012-07-18 09:08:03 UTC (rev 10751) @@ -1,3 +1,3 @@ function n = name(self) - n = ncname(self) + n = ncname(self); end This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |