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

Comparing ray/src/util/rsensor.c (file contents):
Revision 2.6 by greg, Sat Dec 13 00:44:05 2008 UTC vs.
Revision 2.7 by greg, Sat Dec 12 19:01:00 2009 UTC

# Line 71 | Line 71 | print_defaults()               /* print out default parameters */
71          print_rdefaults();
72   }
73  
74 +
75 + void
76 + quit(ec)                        /* make sure exit is called */
77 + int     ec;
78 + {
79 +        if (ray_pnprocs > 0)    /* close children if any */
80 +                ray_pclose(0);          
81 +        exit(ec);
82 + }
83 +
84 +
85   int
86   main(
87          int     argc,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines