solstice-solver

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

commit 8b073e87765bb0dcee183bb22e3bfe6b42668e16
parent 532c4d3c6424ec3fcf824d6795f79302609bf97b
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Tue, 23 Aug 2016 13:40:24 +0200

Fix comments.

Diffstat:
Msrc/ssol.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/ssol.h b/src/ssol.h @@ -261,7 +261,7 @@ ssol_image_unmap /******************************************************************************* * Scene API - Opaque abstraction of the virtual environment. It contains a - * list of instantiated objects, handle a collection of light sources and + * list of instantiated objects, handles a light source and * describes the environment medium properties. ******************************************************************************/ SSOL_API res_T @@ -288,7 +288,7 @@ ssol_scene_detach_object_instance struct ssol_object_instance* instance); /* Detach all the instances from the scene and release the reference that the -* scene takes onto them */ + * scene takes onto them. */ SSOL_API res_T ssol_scene_clear (struct ssol_scene* scn);