ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/gen/gendaymtx.c
(Generate patch)

Comparing ray/src/gen/gendaymtx.c (file contents):
Revision 2.19 by greg, Tue Dec 30 20:35:34 2014 UTC vs.
Revision 2.21 by greg, Wed Sep 2 22:52:04 2015 UTC

# Line 86 | Line 86 | static const char RCSid[] = "$Id$";
86   #include <string.h>
87   #include <ctype.h>
88   #include "rtmath.h"
89 + #include "resolu.h"
90   #include "platform.h"
91   #include "color.h"
92   #include "resolu.h"
# Line 394 | Line 395 | main(int argc, char *argv[])
395                  case '5':                       /* 5-phase calculation */
396                          nsuns = 1;
397                          fixed_sun_sa = PI/360.*atof(argv[++i]);
398 +                        if (fixed_sun_sa <= 0) {
399 +                                fprintf(stderr, "%s: missing solar disk size argument for '-5' option\n",
400 +                                                argv[0]);
401 +                                exit(1);
402 +                        }
403                          fixed_sun_sa *= fixed_sun_sa*PI;
404                          break;
405                  default:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines