rnatm

Load and structure data describing an atmosphere
git clone git://git.meso-star.fr/rnatm.git
Log | Files | Refs | README | LICENSE

commit 656106d599b887c307d2dff4182e85c6e01f68e1
parent 4b471ba6411378dec31ce2bbd575afc0c8af04e8
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 28 Jul 2022 15:43:37 +0200

Fix parsing og test_rnatm options

Diffstat:
Msrc/test_rnatm.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test_rnatm.c b/src/test_rnatm.c @@ -169,7 +169,7 @@ args_init(struct args* args, int argc, char** argv) *args = ARGS_DEFAULT; - while((opt = getopt(argc, argv, "d:g:hN:T:t:V:v")) != -1) { + while((opt = getopt(argc, argv, "d:g:hNT:t:V:v")) != -1) { switch(opt) { case 'd': args->vtk_filename = optarg; break; case 'g':