error in read_mask.m

Bug reports, work arounds and fixes

Moderators: arango, robertson

Post Reply
Message
Author
ouyuyuan
Posts: 3
Joined: Fri Dec 06, 2013 3:48 am
Location: Institute of Atmospheric Physics, CAS

error in read_mask.m

#1 Unread post by ouyuyuan »

Hi,
In release 737, matlab/landmask/read_mask.m, line 95:

Code: Select all

 if (spher == 'T' || spher == 't'),
But I think it should be

Code: Select all

 if (spher == 'T' || spher == 't' || spher == 1),
Otherwise, there will be no coast line when using editmask.m to do mask editing.

Post Reply