Skip to content

Commit

Permalink
updatign msh.interp help for fillinside
Browse files Browse the repository at this point in the history
  • Loading branch information
WPringle committed Mar 17, 2020
1 parent f6f8753 commit b2d23d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion @msh/msh.m
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,8 @@ function write(obj,fname,type)
% relevant for CA interpolation method).
% default value N=1.
%
% nan - 'fill' to fill in any NaNs appearing in bathy
% nan - 'fill' to fill in any NaNs everywhere
% -'fillinside' to fill NaNs only in DEM extents
%
% mindepth - ensure the minimum depth is bounded in the
% interpolated region
Expand Down
3 changes: 2 additions & 1 deletion @msh/private/GridData.m
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
% relevant for CA interpolation method).
% default value N=1.
%
% nan (optional) - 'fill' to fill in any NaNs appearing in bathy
% nan (optional) - 'fill' to fill in any NaNs everywhere
% -'fillinside' to fill NaNs only in DEM extents
%
% mindepth (optional) - ensure the minimum depth is bounded in the
% interpolated region
Expand Down

0 comments on commit b2d23d9

Please sign in to comment.