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

Comparing ray/src/rt/raypwin.c (file contents):
Revision 2.6 by greg, Tue Dec 15 19:13:45 2009 UTC vs.
Revision 2.7 by greg, Thu May 27 19:32:13 2010 UTC

# Line 121 | Line 121 | ray_pclose(            /* close one or more child processes */
121          if ((ray_pnidle -= nsub) < 0)
122                  ray_pnidle = 0;
123   }
124
125
126 void
127 quit(ec)                        /* make sure exit is called */
128 int     ec;
129 {
130        exit(ec);
131 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines