commit 52c5da379d321af88dd860e9eeb76834df71c48d
parent 8a311f99a64d0a62bf1d07ff1aa318d50e1de58f
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 19 Sep 2017 13:49:42 +0200
Merge remote-tracking branch 'origin/develop' into develop
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/ssol_solver.c b/src/ssol_solver.c
@@ -1068,7 +1068,7 @@ trace_radiative_path
/* Check conservation of energy at the realisation level */
ASSERT((double)depth*DBL_EPSILON*pt.initial_flux >= fabs(pt.energy_loss));
- /* this realisation count account for many that where canceled */
+ /* this realisation accounts for many that where canceled */
if(pt.survivor_score) {
const double factor = (double)(1 << pt.survivor_score);
apply_factor_mc(thread_ctx, irealisation, factor);