Mercurial > repos > public > sbplib
changeset 370:c2c64ccb6a1e feature/hypsyst
Removed stupid comment
author | Ylva Rydin <ylva.rydin@telia.com> |
---|---|
date | Thu, 26 Jan 2017 13:49:37 +0100 |
parents | 9d1fc984f40d |
children | f04f37d5298c |
files | +scheme/Wave2dCurve.m |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/+scheme/Wave2dCurve.m Thu Jan 26 09:57:24 2017 +0100 +++ b/+scheme/Wave2dCurve.m Thu Jan 26 13:49:37 2017 +0100 @@ -131,8 +131,7 @@ obj.du_s = (obj.e_s'*Du)'; obj.dv_s = kr(I_u,d1_l_v); obj.du_n = (obj.e_n'*Du)'; - obj.dv_n = kr(I_u,d1_r_v);General boundary conditions - + obj.dv_n = kr(I_u,d1_r_v); obj.m = m; obj.h = [h_u h_v]; obj.order = order;