We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d39525 commit 8cce5f6Copy full SHA for 8cce5f6
HEN_HOUSE/egs++/ausgab_objects/egs_fluence_scoring/egs_fluence_scoring.h
@@ -609,8 +609,7 @@ class EGS_FLUENCE_SCORING_EXPORT EGS_VolumetricFluence : public EGS_FluenceScori
609
/* Score photon fluence */
610
if (iarg == EGS_Application::BeforeTransport) {
611
/* Linear track-Length scoring */
612
- //EGS_Float wtstep = app->top_p.wt*app->getTVSTEP();
613
- EGS_Float wtstep = app->top_p.wt;
+ EGS_Float wtstep = app->top_p.wt*app->getTVSTEP();
614
/* Score total fluence */
615
fluT->score(ir,wtstep);
616
if (score_primaries && !latch) {
0 commit comments