diff +sbp/OpSet.m @ 427:a613960a157b feature/quantumTriangles

merged with feature/beams
author Ylva Rydin <ylva.rydin@telia.com>
date Thu, 26 Jan 2017 15:59:25 +0100
parents 25b01643e438
children
line wrap: on
line diff
--- a/+sbp/OpSet.m	Wed Jan 25 17:14:17 2017 +0100
+++ b/+sbp/OpSet.m	Thu Jan 26 15:59:25 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