changeset 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 c3378418d49a
children 8ca4f80fcdd3
files +scheme/Scheme.m
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
diff -r c3378418d49a -r 77e9f0a85862 +scheme/Scheme.m
--- 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