Skip to content

Commit

Permalink
Merge pull request e0404#505 from naninano1/patch-2
Browse files Browse the repository at this point in the history
Update matRad_MeanDose.m
  • Loading branch information
wahln authored Apr 20, 2021
2 parents d10fb18 + 4e33ec1 commit d0b59e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimization/+DoseObjectives/matRad_MeanDose.m
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
obj.parameters{1} = dMeanRef;
end

if nargin >= 1 && isscalar(s)
if nargin >= 1 && isscalar(penalty)
obj.penalty = penalty;
end
end
Expand Down

0 comments on commit d0b59e6

Please sign in to comment.