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 4a709d73ab049a42a388cf39fd1fe05c1a0bcc9f
parent 92002acfc2d344e19494a0c57ef4e5115b27bcaa
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 17 May 2017 11:42:05 +0200

Fix a typo

Diffstat:
Mdoc/solstice-output.5.ronn | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/solstice-output.5.ronn b/doc/solstice-output.5.ronn @@ -23,7 +23,7 @@ collected by the submitted solar plant. When invoked with the `-g` option, The output values are mainly ASCII data formatted line by line. By convention, in the following grammar the line data are listed between quote marks. The -grammar may use new lines for formatting constraints but data are actually on +grammar may use new lines for formatting constraints, but data are actually on the same line while a closed quote mark is not defined. <output> ::= <simulation-output> @@ -88,9 +88,9 @@ the same line while a closed quote mark is not defined. <front> ::= <side> <back> ::= <side> - <side> ::= <absorbed-irradiance> <irradiance> \ - <reflectivity-loss> <absorptivity-loss> \ - <efficiency> + <side> ::= "<absorbed-irradiance> <irradiance> + <reflectivity-loss> <absorptivity-loss> + <efficiency>" ----------------------------------------