htrdr

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

commit a07a1e3c1670ab5dcecda2e9a08810883bf4604f
parent 632f96092406ba07c5214aec6a7266391c9d1674
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 14 Nov 2018 10:13:58 +0100

Minor update of the man pages

Diffstat:
Mdoc/htrdr-image.5.txt | 2+-
Mdoc/htrdr.1.txt.in | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/htrdr-image.5.txt b/doc/htrdr-image.5.txt @@ -73,7 +73,7 @@ The following output is emitted by *htrdr*(1) invoked to render an image of not necessarily written as it by *htrdr*(1); they are are used here only to help in understanding the data layout. The comment after each pixel gives the two dimensional index of the pixel in the image: the first and second integer -is the index of the line and the column of the pixel into the image, +is the index of the line and the column of the pixel in the image, respectively. [verse] diff --git a/doc/htrdr.1.txt.in b/doc/htrdr.1.txt.in @@ -235,7 +235,7 @@ of grids written into *output*: Use *mpirun*(1) to launch *htrdr* on several hosts defined in the *my_hosts* file. Make the clouds infinite along the X and Y axis: - $ mpirun --hostfile my_hosts htrdr \ + $ mpirun --hostfile my_hosts htrdr \ -D120,40 -a gas.txt -m Mie.nc -g mountains.obj -R -c clouds.htcp -r \ -C pos=0,0,400:tgt=0,1,0:up=0,0,1 \ -i def=1280x720:spp=1024 \