Skip to content

Commit 1b5112b

Browse files
authored
Merge branch 'dev' into bugfix/class_caches
2 parents ccb2bfa + e5c40a7 commit 1b5112b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/matRad_example18_CT_sCT_DVH_difference_photons.m renamed to examples/matRad_example19_CT_sCT_DVH_difference_photons.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757

5858
% Now, as the directories are created, let us create the DICOM data. Here, the DICOM
5959
% files will be created from the .mat format.
60-
load('Liver.mat');
60+
load('LIVER.mat');
6161
realCTct=ct;
6262
%review real CT volume
6363
matRadGUI;

test/autoExampleTest/test_examples.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
'examples/matRad_example12_simpleParticleMonteCarlo.m',...
2424
'examples/matRad_example15_brachy.m',...
2525
'examples/matRad_example17_biologicalModels.m',...
26-
'examples/matRad_example18_CT_sCT_DVH_difference_photons.m',...
26+
'examples/matRad_example19_CT_sCT_DVH_difference_photons.m',...
2727
'matRad.m',...
2828
};
2929

0 commit comments

Comments
 (0)