Mercurial > repos > public > sbplib
comparison +sbp/D2Standard.m @ 396:3fdfad20037e feature/SBPinTimeClarity
Remove whitespace.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Thu, 02 Feb 2017 09:46:22 +0100 |
parents | 479194747f9c |
children | 4fd5bfe5d0bb |
comparison
equal
deleted
inserted
replaced
378:18525f1bb941 | 396:3fdfad20037e |
---|---|
12 d1_r % Right boundary first derivative | 12 d1_r % Right boundary first derivative |
13 m % Number of grid points. | 13 m % Number of grid points. |
14 h % Step size | 14 h % Step size |
15 x % grid | 15 x % grid |
16 borrowing % Struct with borrowing limits for different norm matrices | 16 borrowing % Struct with borrowing limits for different norm matrices |
17 | 17 |
18 end | 18 end |
19 | 19 |
20 methods | 20 methods |
21 function obj = D2Standard(m,lim,order) | 21 function obj = D2Standard(m,lim,order) |
22 | 22 |