Mercurial > repos > public > sbplib
changeset 710:023a95f63950 feature/quantumTriangles
Remove stubid print-out
author | Ylva Rydin <ylva.rydin@telia.com> |
---|---|
date | Tue, 21 Nov 2017 18:12:00 +0100 |
parents | f004b9e9d17a |
children | 397d1b22cc37 |
files | +scheme/Schrodinger2dCurve.m |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/+scheme/Schrodinger2dCurve.m Tue Nov 21 17:04:07 2017 +0100 +++ b/+scheme/Schrodinger2dCurve.m Tue Nov 21 18:12:00 2017 +0100 @@ -213,7 +213,6 @@ [e, d_n, d_t, coeff_t, coeff_n s, halfnorm_inv_n, halfnorm_inv_t, halfnorm_t,g] = obj.get_boundary_ops(boundary); a_t = @(t) spdiag(coeff_t(t)); a_n = @(t) spdiag(coeff_n(t)); - boundary F = @(t)(s * a_n(t)*d_n' + s * a_t(t) *d_t')'; tau1 = 1;