commit c11cb0ffc9b88987f2abdce15378e71768b13c36
parent 98bcb5c4df856608162b836a703e6c9672a8d851
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 21 Sep 2022 11:40:24 +0200
Small update to test_rnatm short help
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/test_rnatm.c b/src/test_rnatm.c
@@ -59,7 +59,7 @@ print_help(const char* cmd)
" mesh=path aerosol mesh (smsh(5))\n"
" radprop=path radiative properties (sars(5))\n"
" phasefn=path list of phase functions (rnsl(5))\n"
-" phaseids=path phase function id per node\n\n");
+" phaseids=path phase function id by node (rnpfi(5))\n\n");
printf(
" -d file write the builded octrees to file according to the VTK\n"
" file format. The octrees are written to standard ouput\n"
@@ -76,7 +76,7 @@ print_help(const char* cmd)
printf(
" mesh=path gas mesh (smsh(5))\n"
" ck=path correlated-K of the mixture (sck(5))\n"
-" temp=path temperatures\n\n");
+" temp=path temperatures (rngt(5))\n\n");
printf(
" -h display this help and exit\n");
printf(