diff +scheme/Scheme.m @ 178:77e9f0a85862 feature/grids

Removed some grid information from Scheme.
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 29 Feb 2016 14:56:51 +0100
parents ed6a704b028d
children 001239c03eb2 fad5e81389c1
line wrap: on
line diff
--- a/+scheme/Scheme.m	Mon Feb 29 14:55:19 2016 +0100
+++ b/+scheme/Scheme.m	Mon Feb 29 14:56:51 2016 +0100
@@ -1,7 +1,6 @@
 % Start with all matrix returns. When that works see how we should generalize to non-matrix stuff/nonlinear
 classdef Scheme < handle
     properties (Abstract)
-        m % Number of points in each direction, possibly a vector
         order % Order accuracy for the approximation
 
         % vectors u,v,w depending on dim that gives were gridpoints are in each dimension