Mercurial > repos > public > sbplib
diff +sbp/+implementations/d4_variable_2.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 |
line wrap: on
line diff
--- a/+sbp/+implementations/d4_variable_2.m Mon Oct 31 16:25:46 2016 +0100 +++ b/+sbp/+implementations/d4_variable_2.m Fri Nov 04 11:12:47 2016 -0700 @@ -9,7 +9,7 @@ %%% Datum: 2013-11-11 %%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - BP = 4; + BP = 2; if(m < 2*BP) error('Operator requires at least %d grid points', 2*BP); end