Skip to content

Commit

Permalink
set tissue warning
Browse files Browse the repository at this point in the history
  • Loading branch information
amitantony committed Jul 21, 2023
1 parent da50e91 commit ca479fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/widgets/matRad_PlanWidget.m
Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,7 @@ function btnSetTissue_Callback(this, hObject, eventdata)
'Position', [Width-(0.5*Width) 0.1 * Height 80 30],...
'Callback', 'close');
catch ME
warning(ME.identifier,'Could not set isocenter in pln update! Reason: %s\n',ME.message)
warning(ME.identifier,'Could not set Tissue parameter update! Reason: %s\n',ME.message)
end
end
this.handles = handles;
Expand Down

0 comments on commit ca479fe

Please sign in to comment.