htrdr

Solving radiative transfer in heterogeneous media
git clone git://git.meso-star.fr/htrdr.git
Log | Files | Refs | README | LICENSE

commit 37b08a755c80e1fd215f1d64cce2762399093a74
parent cceb4dc6e0693b5d37b7bf37470b41d912b6e5c1
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 15 Nov 2023 15:01:19 +0100

combustion: update edition of the examples in the manual

Ensure that command lines do not exceed 78 columns, which is mandoc's
default text width for ASCII output. This prevents incorrect formatting,
i.e. lines exceeding the page width, when text is output in other
formats such as pdf or html.

Diffstat:
Mdoc/htrdr-combustion.1.in | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/htrdr-combustion.1.in b/doc/htrdr-combustion.1.in @@ -451,7 +451,7 @@ htrdr-combustion -v \\ -r refract_ids.atrri \\ -l pos=0,0,0:tgt=0,1,0:up=0,0,1:sz=0.001,0.2 \\ -w 500 \\ - -C pos=0.06,0,0.01:tgt=0.05,0,0.01:up=0,0,1:fov=30 \\ + -C pos=0.6,0,0.1:tgt=0.5,0,0.1:up=0,0,1:fov=30 \\ -i def=800x600:spp=64 \\ -o output .Ed @@ -491,7 +491,7 @@ htrdr-combustion -v \\ -g obj=chamber.obj:mats=materials.mtls \\ -l pos=0,0,0:tgt=0,1,0:up=0,0,1:sz=0.001,0.2 \\ -w 500 \\ - -C pos=0.06,0,0.01:tgt=0.05,0,0.01:up=0,0,1:fov=30 \\ + -C pos=0.6,0,0.1:tgt=0.5,0,0.1:up=0,0,1:fov=30 \\ -i def=800x600:spp=64 \\ -O octree.cache \\ -V 1000 \\