From: <aba...@us...> - 2012-07-18 09:07:31
|
Revision: 10750 http://octave.svn.sourceforge.net/octave/?rev=10750&view=rev Author: abarth93 Date: 2012-07-18 09:07:22 +0000 (Wed, 18 Jul 2012) Log Message: ----------- Modified Paths: -------------- trunk/octave-forge/main/octcdf/inst/ncinfo.m Modified: trunk/octave-forge/main/octcdf/inst/ncinfo.m =================================================================== --- trunk/octave-forge/main/octcdf/inst/ncinfo.m 2012-07-18 04:11:40 UTC (rev 10749) +++ trunk/octave-forge/main/octcdf/inst/ncinfo.m 2012-07-18 09:07:22 UTC (rev 10750) @@ -1,8 +1,8 @@ -% Information about complete netCDF file or variable. +% Information about complete NetCDF file or variable. % % finfo = ncinfo(filename) % vinfo = ncinfo(filename,varname) -% return information about complete netCDF file (filename) or about +% return information about complete NetCDF file (filename) or about % the specific variable varname. function info = ncinfo(filename,varname) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |