Skip to content

Commit d91593f

Browse files
committed
small fix in single photon beamlet stf generator
1 parent 0d77d0a commit d91593f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matRad/steering/matRad_PhotonStfGeneratorSingleBeamlet.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
checkBasic = isfield(machine,'meta') && isfield(machine,'data');
5454

5555
%check modality
56-
checkModality = any(strcmp(matRad_PhotonStfGeneratorSingleBeamlet.possibleRadiationModes, machine.meta.radiationMode)) && any(strcmp(matRad_PhotonStfGeneratorIMRT.possibleRadiationModes, pln.radiationMode));
56+
checkModality = any(strcmp(matRad_PhotonStfGeneratorSingleBeamlet.possibleRadiationModes, machine.meta.radiationMode)) && any(strcmp(atRad_PhotonStfGeneratorSingleBeamlet.possibleRadiationModes, pln.radiationMode));
5757

5858
%Sanity check compatibility
5959
if checkModality

0 commit comments

Comments
 (0)