diff +sbp/D2Standard.m @ 832:5573913a0949 feature/burgers1d

Merged with default, and updated +scheme/Burgers1D accordingly
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Tue, 11 Sep 2018 15:58:35 +0200
parents bc78157c89cb
children eca4ca84cf0a
line wrap: on
line diff
--- a/+sbp/D2Standard.m	Tue Sep 11 13:24:08 2018 +0200
+++ b/+sbp/D2Standard.m	Tue Sep 11 15:58:35 2018 +0200
@@ -64,10 +64,10 @@
 
             obj.m = m;
         end
+
+        function str = string(obj)
+            str = [class(obj) '_' num2str(obj.order)];
+        end
+
     end
 end
-
-
-
-
-