Skip to content

Commit

Permalink
fixing interp bug identified in issue #208
Browse files Browse the repository at this point in the history
  • Loading branch information
WPringle committed Apr 4, 2021
1 parent 4fc1316 commit 2b75424
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions @msh/private/GridData.m
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
mindepth = -inf ;
maxdepth = +inf ;
rms_slope_calc = true;
slope_calc = 'rms';
if ~isempty(varargin)
varargin=varargin{1} ;
names = {'K','type','interp','nan','N','mindepth','maxdepth','ignoreOL','slope_calc'};
Expand Down

0 comments on commit 2b75424

Please sign in to comment.