Skip to content

Commit

Permalink
turn the biological model restrictions into a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
wahln committed Jan 19, 2022
1 parent 0c2c99d commit 9cfba69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matRad_fluenceOptimization.m
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
for j = 1:size(cst{i,6},2)
% check if prescribed doses are in a valid domain
if any(cst{i,6}{j}.getDoseParameters() > 5) && isequal(cst{i,3},'TARGET')
matRad_cfg.dispError('Reference dose > 10 Gy[RBE] for target. Biological optimization outside the valid domain of the base data. Reduce dose prescription or use more fractions.\n');
matRad_cfg.dispWarning('Reference dose > 10 Gy[RBE] for target. Biological optimization outside the valid domain of the base data. Reduce dose prescription or use more fractions.\n');
end

end
Expand Down

0 comments on commit 9cfba69

Please sign in to comment.