solstice-solver

Solver library of the solstice app
git clone git://git.meso-star.com/solstice-solver.git
Log | Files | Refs | README | LICENSE

commit 428e1c2c1506bd88271a49756d8ff04b9fe3681c
parent da7f86318f0d3d259391f96c9b18438d1d59e5a1
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Tue, 19 Sep 2017 12:09:41 +0200

Fix a typo in a comment.

Diffstat:
Msrc/ssol_solver.c | 2+-
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);