Skip to content

Commit

Permalink
fixed typo in MC example
Browse files Browse the repository at this point in the history
  • Loading branch information
pamede committed Feb 23, 2021
1 parent d735566 commit 2317d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/matRad_example9_MonteCarlo.m
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
pln.propOpt.runDAO = false; % 1/true: run DAO, 0/false: don't / will be ignored for particles
pln.propOpt.runSequencing = false; % 1/true: run sequencing, 0/false: don't / will be ignored for particles and also triggered by runDAO below

%ln.propMC.proton_engine = 'TOPAS'; %Requires separate topas installation
%pln.propMC.proton_engine = 'TOPAS'; %Requires separate topas installation
pln.propMC.proton_engine = 'MCsquare';

%Enable LET calculation - Does not work yet for MCsquare data
Expand Down

0 comments on commit 2317d73

Please sign in to comment.