stardis

Perform coupled heat transfer calculations
git clone git://git.meso-star.fr/stardis.git
Log | Files | Refs | README | LICENSE

commit 9631c094d1d85a10fe8f9c7b48e9bcd5582d09fe
parent b36a282c72b8db3f5ee14bf4693daff989e8af30
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Tue, 30 Nov 2021 16:36:32 +0100

Fix short help

Diffstat:
Msrc/stardis-args.c | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/stardis-args.c b/src/stardis-args.c @@ -284,9 +284,6 @@ short_help fprintf(stream, "\n -n SAMPLE_COUNT\n"); fprintf(stream, " Set the number of Monte-Carlo samples.\n"); - fprintf(stream, "\n -r REFERENCE_TEMP\n"); - fprintf(stream, " Set the temperature used for the linearization of the radiative transfer.\n"); - fprintf(stream, "\n -t NUM_OF_THREADS\n"); fprintf(stream, " Hint on the number of threads.\n");