solstice-solver

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

commit c3fb4d3c29d5e7cfbf242250c72586bab0e8bf50
parent 1dfc0491fc853b9f3c8b9a4e706c3a81bb304eb2
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Tue, 19 Sep 2017 12:03:30 +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 @@ -1022,7 +1022,7 @@ trace_radiative_path depth += !hit_virtual; if(depth > roulette_interval && depth % roulette_interval == 1) { - /* This could be in an infinite reflection path. + /* This could be in an infinite path. * To avoid to crash the app while preserving MC weights * we have to use a russian roulette: * 1/2 probability to end the path now compensated by a 2x factor