diff +sbp/OpSet.m @ 886:8894e9c49e40 feature/timesteppers

Merge with default for latest changes
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Thu, 15 Nov 2018 16:36:21 -0800
parents 25b01643e438
children
line wrap: on
line diff
--- a/+sbp/OpSet.m	Mon Sep 10 16:19:16 2018 +0200
+++ b/+sbp/OpSet.m	Thu Nov 15 16:36:21 2018 -0800
@@ -6,4 +6,9 @@
         x % Grid
     end
 
+    methods (Abstract)
+        % Returns a string representation of the type of operator.
+        str = string(obj)
+    end
+
 end
\ No newline at end of file