diff +scheme/Beam2d.m @ 167:15baeb35f74e feature/grids

Merge in changes from default.
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 23 Feb 2016 13:25:43 +0100
parents d52e5cdb6eff
children cb2b12246b7e
line wrap: on
line diff
--- a/+scheme/Beam2d.m	Tue Feb 23 10:55:46 2016 +0100
+++ b/+scheme/Beam2d.m	Tue Feb 23 13:25:43 2016 +0100
@@ -1,4 +1,4 @@
-classdef SchmBeam2d < noname.Scheme
+classdef Beam2d < noname.Scheme
     properties
         m % Number of points in each direction, possibly a vector
         N % Number of points total
@@ -26,7 +26,7 @@
     end
 
     methods
-        function obj = SchmBeam2d(m,lim,order,alpha,opsGen)
+        function obj = Beam2d(m,lim,order,alpha,opsGen)
             default_arg('opsGen',@sbp.Higher);
             default_arg('a',1);