Mercurial > repos > public > sbplib
comparison +scheme/Wave.m @ 141:cb2b12246b7e
Fixed path to some superclasses.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 24 Feb 2016 15:03:19 +0100 |
parents | d52e5cdb6eff |
children | 459eeb99130f |
comparison
equal
deleted
inserted
replaced
140:579c348244a0 | 141:cb2b12246b7e |
---|---|
1 classdef Wave < noname.Scheme | 1 classdef Wave < scheme.Scheme |
2 properties | 2 properties |
3 m % Number of points in each direction, possibly a vector | 3 m % Number of points in each direction, possibly a vector |
4 h % Grid spacing | 4 h % Grid spacing |
5 x % Grid | 5 x % Grid |
6 order % Order accuracy for the approximation | 6 order % Order accuracy for the approximation |