Skip to content

Commit

Permalink
Re #1790 fixed test_instrument_classes
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Dec 17, 2024
1 parent 2d08b99 commit b4c424a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
function obj=set.alatt(obj,val)
if isempty(val)
obj.alatt_ = [];
obj = obj.clear_hash();
return;
end
if ~isnumeric(val)
Expand Down Expand Up @@ -132,6 +133,7 @@
function obj=set.angdeg(obj,val)
if isempty(val)
obj.angdeg_ = [];
obj = obj.clear_hash();
return;
end
if ~isnumeric(val)
Expand Down

0 comments on commit b4c424a

Please sign in to comment.