Skip to content

Commit 8cce5f6

Browse files
Blake Waltersftessier
Blake Walters
authored andcommitted
Rebase on current develop branch.
1 parent 8d39525 commit 8cce5f6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

HEN_HOUSE/egs++/ausgab_objects/egs_fluence_scoring/egs_fluence_scoring.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -609,8 +609,7 @@ class EGS_FLUENCE_SCORING_EXPORT EGS_VolumetricFluence : public EGS_FluenceScori
609609
/* Score photon fluence */
610610
if (iarg == EGS_Application::BeforeTransport) {
611611
/* Linear track-Length scoring */
612-
//EGS_Float wtstep = app->top_p.wt*app->getTVSTEP();
613-
EGS_Float wtstep = app->top_p.wt;
612+
EGS_Float wtstep = app->top_p.wt*app->getTVSTEP();
614613
/* Score total fluence */
615614
fluT->score(ir,wtstep);
616615
if (score_primaries && !latch) {

0 commit comments

Comments
 (0)