Skip to content

Commit

Permalink
bug fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thurston committed Aug 15, 2024
1 parent dab4e6b commit a67f18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kern/das_spec.m
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@
);
end
y = y + yn;
catch
catch E
msg = sprintf('dr class: %s; size: [%s]', class(dr), strjoin(string(size(dr))));
error('Problem occurred! %s\n%s', msg, getReport(E));
end
Expand Down

0 comments on commit a67f18a

Please sign in to comment.