Skip to content

Commit 05a56c8

Browse files
committed
make sure scenario model is created / validated
1 parent 83b4a69 commit 05a56c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

matRad/steering/matRad_StfGeneratorBase.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,9 @@ function initialize(this)
236236
if isempty(this.multScen)
237237
this.multScen = matRad_NominalScenario(this.ct);
238238
end
239+
240+
%create / validate scenario model
241+
this.multScen = matRad_ScenarioModel.create(this.multScen,this.ct);
239242
end
240243

241244
function createPatientGeometry(this)

0 commit comments

Comments
 (0)