diff +sbp/OpSet.m @ 330:25b01643e438 feature/beams

Added a string method to OpSet.
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 29 Sep 2016 12:56:37 +0200
parents 21a180acbd49
children
line wrap: on
line diff
--- a/+sbp/OpSet.m	Wed Sep 28 16:31:06 2016 +0200
+++ b/+sbp/OpSet.m	Thu Sep 29 12:56:37 2016 +0200
@@ -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