Mercurial > repos > public > sbplib
diff +sbp/+implementations/d4_variable_6.m @ 341:43d02533bea3 feature/beams
Fixed error in boundary point check.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 04 Nov 2016 11:12:47 -0700 |
parents | bf801c3709be |
children | b758d1cf4c8e |
line wrap: on
line diff
--- a/+sbp/+implementations/d4_variable_6.m Mon Oct 31 16:25:46 2016 +0100 +++ b/+sbp/+implementations/d4_variable_6.m Fri Nov 04 11:12:47 2016 -0700 @@ -16,7 +16,7 @@ %%% DI=D4*B*H*D4 %%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - BP = 8; + BP = 9; if(m<2*BP) error(['Operator requires at least ' num2str(2*BP) ' grid points']); end