comparison +scheme/Schrodinger2d.m @ 941:cd74e177d256 feature/utux2D

Remove empty line in Schrodinger2d
author Martin Almquist <malmquist@stanford.edu>
date Tue, 04 Dec 2018 14:51:23 -0800
parents 31186559236d
children 3dd7f87c9a1b
comparison
equal deleted inserted replaced
940:31186559236d 941:cd74e177d256
252 Hi = obj.Hi; 252 Hi = obj.Hi;
253 a = obj.a; 253 a = obj.a;
254 254
255 % Get outward unit normal component 255 % Get outward unit normal component
256 [~, n] = obj.get_boundary_number(boundary); 256 [~, n] = obj.get_boundary_number(boundary);
257
258 257
259 % Find the number of grid points along the interface 258 % Find the number of grid points along the interface
260 m_u = size(e_u, 2); 259 m_u = size(e_u, 2);
261 m_v = size(e_v, 2); 260 m_v = size(e_v, 2);
262 261