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

Comparing ray/src/rt/rcmain.c (file contents):
Revision 2.10 by greg, Wed Aug 7 05:10:09 2013 UTC vs.
Revision 2.11 by greg, Sun Aug 11 13:48:48 2013 UTC

# Line 289 | Line 289 | main(int argc, char *argv[])
289                          goto badopt;
290                  }
291          }
292 +        if (nmods <= 0)
293 +                error(USER, "missing required modifier argument");
294                                          /* override some option settings */
295          override_options();
296                                          /* initialize object types */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines