changeset 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 35701c85e356
files +scheme/Schrodinger2d.m
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/+scheme/Schrodinger2d.m	Tue Dec 04 14:42:36 2018 -0800
+++ b/+scheme/Schrodinger2d.m	Tue Dec 04 14:51:23 2018 -0800
@@ -255,7 +255,6 @@
             % Get outward unit normal component
             [~, n] = obj.get_boundary_number(boundary);
 
-
             % Find the number of grid points along the interface
             m_u = size(e_u, 2);
             m_v = size(e_v, 2);