Skip to content

Commit

Permalink
Merge branch 'dev_classGUI' of https://github.com/e0404/matRad into d…
Browse files Browse the repository at this point in the history
…ev_classGUI
  • Loading branch information
amitantony committed Jun 1, 2023
2 parents 893f9b3 + 2273867 commit f59722c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions gui/matRad_MainGUI.m
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@
this.PlanWidget.update(evt);
this.WorkflowWidget.update(evt);
this.OptimizationWidget.update(evt);
this.ViewingWidget.lockUpdate = 0;
this.ViewingWidget.update(evt);
%this.ViewerOptionsWidget.update();
%this.VisualizationWidget.update();
Expand Down
2 changes: 1 addition & 1 deletion matRad.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
% load patient data, i.e. ct, voi, cst

%load HEAD_AND_NECK
% load TG119.mat
load TG119.mat
%load PROSTATE.mat
%load LIVER.mat
%load BOXPHANTOM.mat
Expand Down

0 comments on commit f59722c

Please sign in to comment.