[Dart-dev] [3261] DART/trunk/matlab/GetCamInfo.m: fixed annotation
typo
thoar at subversion.ucar.edu
thoar at subversion.ucar.edu
Fri Mar 14 16:22:04 MDT 2008
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/dart-dev/attachments/20080314/152c62e6/attachment.html
-------------- next part --------------
Modified: DART/trunk/matlab/GetCamInfo.m
===================================================================
--- DART/trunk/matlab/GetCamInfo.m 2008-03-14 20:19:20 UTC (rev 3260)
+++ DART/trunk/matlab/GetCamInfo.m 2008-03-14 22:22:03 UTC (rev 3261)
@@ -1,8 +1,8 @@
function pinfo = GetCamInfo(pstruct,routine);
-% GetBgridInfo prepares a structure of information needed by the subsequent "routine"
+% GetCamInfo prepares a structure of information needed by the subsequent "routine"
% The information is gathered via rudimentary "input" routines.
%
-% pinfo = GetBgridInfo(fname,routine);
+% pinfo = GetCamInfo(fname,routine);
%
% fname Name of the DART netcdf file
% routine name of subsequent plot routine.
@@ -222,7 +222,7 @@
function [level, lvlind] = GetLevel(pgvar, levels, deflevel)
%----------------------------------------------------------------------
% level and lvlind will not be equal for all models, (and probably
-% shouldn't for the bgrid ... but for future expansion ...
+% shouldn't for cam ... but for future expansion ...
if (nargin == 3), lvlind = deflevel; else lvlind = 1; end
if strcmp(lower(pgvar),'ps') ==1
More information about the Dart-dev
mailing list