Mercurial > repos > public > sbplib
comparison +sbp/D1Upwind.m @ 441:e1d11b6a68d8 feature/grids
Add string methods to OpSets that are missing them
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 13 Mar 2017 14:43:37 +0100 |
parents | f39f98b59f61 |
children | 111fcbcff2e9 |
comparison
equal
deleted
inserted
replaced
438:225765e345c4 | 441:e1d11b6a68d8 |
---|---|
51 | 51 |
52 obj.m = m; | 52 obj.m = m; |
53 obj.borrowing = []; | 53 obj.borrowing = []; |
54 | 54 |
55 end | 55 end |
56 | |
57 function str = string(obj) | |
58 str = [class(obj) '_' num2str(obj.order)]; | |
59 end | |
56 end | 60 end |
57 | 61 |
58 | 62 |
59 end | 63 end |
60 | 64 |