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

Comparing ray/src/rt/rxpiece.cpp (file contents):
Revision 2.9 by greg, Thu Jan 2 20:19:48 2025 UTC vs.
Revision 2.10 by greg, Thu Jan 9 17:25:37 2025 UTC

# Line 60 | Line 60 | static RenderDataType rpiece(char *pout, RenderDataTyp
60   void
61   quit(int code)                          /* quit program */
62   {
63        if (nproc < 0) {
64                ray_pnprocs = -1;       // hack to avoid cleanup in child
65                _exit(code);
66        }
63          exit(code);                     // don't bother to free data structs
64   }
65  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines