We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3cfc6d commit fc64580Copy full SHA for fc64580
+nix/DataArray.m
@@ -63,8 +63,6 @@
63
function dim = append_alias_range_dimension(obj)
64
func_name = strcat(obj.alias, '::append_alias_range_dimension');
65
dim = nix.RangeDimension(nix_mx(func_name, obj.nix_handle));
66
- %-- TODO purge once merged into removeCache branch.
67
- obj.dimsCache.lastUpdate = 0;
68
end
69
70
function delCheck = delete_dimension(obj, index)
0 commit comments