From 9cfba69a81a37e030d71ffdd28fb70e7e6cd114e Mon Sep 17 00:00:00 2001 From: Niklas Wahl Date: Wed, 19 Jan 2022 12:04:24 +0100 Subject: [PATCH] turn the biological model restrictions into a warning --- matRad_fluenceOptimization.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matRad_fluenceOptimization.m b/matRad_fluenceOptimization.m index d8dcfe7bc..4fd031ceb 100644 --- a/matRad_fluenceOptimization.m +++ b/matRad_fluenceOptimization.m @@ -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