Skip to content

Commit

Permalink
fix capital letter in MatRad_Config in CT dicom import
Browse files Browse the repository at this point in the history
  • Loading branch information
wahln committed Aug 31, 2023
1 parent 0e76650 commit 5263869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dicom/matRad_interpDicomDoseCube.m
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

% read information out of the RT file

matRad_cfg = matRad_Config.instance();
matRad_cfg = MatRad_Config.instance();
matRad_checkEnvDicomRequirements(matRad_cfg.env);


Expand Down

0 comments on commit 5263869

Please sign in to comment.