diff +sbp/OpSet.m @ 425:e56dbd9e4196 feature/grids

Merge feature/beams
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 07 Feb 2017 16:09:02 +0100
parents 25b01643e438
children
line wrap: on
line diff
--- a/+sbp/OpSet.m	Tue Feb 07 15:47:51 2017 +0100
+++ b/+sbp/OpSet.m	Tue Feb 07 16:09:02 2017 +0100
@@ -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