Mercurial > repos > public > sbplib
diff +scheme/Elastic2dVariable.m @ 689:60eb7f46d8d9 feature/poroelastic
Bugfix get_boundary_op in Elastic2d and Heat2d
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Thu, 15 Feb 2018 16:38:36 -0800 |
parents | e8fc3aa1faf6 |
children | 37d5d69b1a0d 459eeb99130f |
line wrap: on
line diff
--- a/+scheme/Elastic2dVariable.m Mon Feb 12 13:39:39 2018 -0800 +++ b/+scheme/Elastic2dVariable.m Thu Feb 15 16:38:36 2018 -0800 @@ -403,9 +403,9 @@ case 'd' switch boundary case {'w','W','west','West','s','S','south','South'} - return_op = obj.d_l{j}; + return_op = obj.d1_l{j}; case {'e', 'E', 'east', 'East','n', 'N', 'north', 'North'} - return_op = obj.d_r{j}; + return_op = obj.d1_r{j}; end otherwise error(['No such operator: operatr = ' op]);