Skip to content

Commit

Permalink
Add missing radiationMode in brachy test
Browse files Browse the repository at this point in the history
  • Loading branch information
remocristoforetti committed Jan 31, 2025
1 parent 7c5998c commit c426b01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/brachy/test_calcBrachyDose.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
function test_rightOutput()
engine = DoseEngines.matRad_TG43BrachyEngine;
pln.bioModel = matRad_bioModel('brachy', 'none');
pln.radiationMode = {'brachy'};
engine.assignPropertiesFromPln(pln);

load PROSTATE.mat ct cst;
Expand Down

0 comments on commit c426b01

Please sign in to comment.