Skip to content

Commit

Permalink
Re #1790 formal change to kick-up the build.
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Dec 30, 2024
1 parent f006fe9 commit 58adab8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
% Recursively turn hashable fields values into array which defines
% object's hash
arr = cell (1,numel(field_names)*numel(obj)+1);
arr{1} = uint8(class(obj))'; % ensure hashable array never empty
% and two different empty objects do not have the same hashes.
arr{1} = uint8(class(obj))'; % ensure hashable array never empty and two
% different empty objects of different classes do not have the same hashes.
ic = 1;
for j = 1:numel(obj)
obj_tmp = obj(j); % get cow pointer to j-th object to save expensive indexing
Expand Down

0 comments on commit 58adab8

Please sign in to comment.