solstice

Compute collected power and efficiencies of a solar plant
git clone git://git.meso-star.com/solstice.git
Log | Files | Refs | README | LICENSE

commit eddcdb11b7ce3fb801976d6278e4a5257cf4670e
parent 55fc8c76a01685cd3df46c96937beb06047002d3
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 24 May 2017 09:36:06 +0200

Add a missing grammar rule to the output man page

Diffstat:
Mdoc/solstice-output.5.txt | 8+++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/doc/solstice-output.5.txt b/doc/solstice-output.5.txt @@ -397,6 +397,12 @@ OBJ-FILE ::= g <entity-identifier> <obj-indices> ::= f <triangle-indices> [ f <triangle-indices> ... ] + +<material-type> ::= dielectric + | matte + | mirror + | thin_dielectric + | virtual _______ DUMP RADIATIVE PATHS @@ -408,7 +414,7 @@ with respect to its trajectory: the path is blue or yellow whether it reaches or not a receiver, respectively. A path can be red if its first segment, i.e. the ray starting from the sun toward a primary geometry, is occluded by a non virtual object. The following grammar describes the formatting of a -VTK-RADIATIVE-PATHS file. Refer to the VTK format specification [2] for more +*VTK-RADIATIVE-PATHS* file. Refer to the VTK format specification [2] for more informations on the VTK file format. [verse]