diff +scheme/Scheme.m @ 180:001239c03eb2 feature/beams

Merge with feature/grids.
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 29 Feb 2016 15:08:01 +0100
parents 8f22829b69d0 77e9f0a85862
children ef41fde95ac4
line wrap: on
line diff
--- a/+scheme/Scheme.m	Mon Feb 29 10:16:39 2016 +0100
+++ b/+scheme/Scheme.m	Mon Feb 29 15:08:01 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