diff Dictionary.m @ 136:8298734b1938

Updated noname.calculateSolution to use the opt struct.
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 09 Feb 2016 13:27:38 +0100
parents 54d3ab296ba0
children ba0fee896b41
line wrap: on
line diff
--- a/Dictionary.m	Mon Feb 08 17:52:23 2016 +0100
+++ b/Dictionary.m	Tue Feb 09 13:27:38 2016 +0100
@@ -72,7 +72,8 @@
                         end
                     end
                 otherwise
-                    error('Unsupported indexing operator: %s',S.type);
+                    B = builtin('subsref', obj, S);
+                    % error('Unsupported indexing operator: %s',S.type);
             end
         end