schiff

Estimate the radiative properties of soft particless
git clone git://git.meso-star.com/schiff.git
Log | Files | Refs | README | LICENSE

commit ca21342a8e49ece2049b988c257bd728c5a46159
parent 6d11366704f8f5caad147a94dbbbc7bd315ccffb
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon,  9 Nov 2015 12:19:50 +0100

Fix a minor issue in the parsing of the schiff arguments

Diffstat:
Msrc/schiff_args.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/schiff_args.c b/src/schiff_args.c @@ -304,7 +304,6 @@ schiff_args_init *args = SCHIFF_ARGS_NULL; while((opt = getopt(argc, argv, "c:d:g:G:ho:s:u:w:")) != -1) { - res_T res = RES_OK; switch(opt) { case 'c': res = parse_cylinder_distribution(optarg, args); break; case 'd': res = cstr_to_uint(optarg, &args->ndirs); break;