Small typo in c_climatology.m

Bug reports, work arounds and fixes

Moderators: arango, robertson

Post Reply
Message
Author
User avatar
mmagaldi
Posts: 17
Joined: Tue Oct 05, 2004 12:46 pm
Location: CNR - ISMAR, La Spezia

Small typo in c_climatology.m

#1 Unread post by mmagaldi »

Hello guys,

In Revision 736, file c_climatology.m, Lines 173-175 are:

Code: Select all

if (S.def_v3d),
 Dname.v2d_time  = 'v3d_time';     Dsize.v3d_time  = S.v3d_time;
end
but I guess it should be (Dname.v2d-->Dname.v3d):

Code: Select all

if (S.def_v3d),
Dname.v3d_time  = 'v3d_time';     Dsize.v3d_time  = S.v3d_time;
end
Four Stars on my soccer shirt now!

Post Reply