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

Comparing ray/src/px/pinterp.c (file contents):
Revision 2.3 by greg, Mon Mar 23 16:50:26 1992 UTC vs.
Revision 2.4 by greg, Thu Mar 26 13:03:34 1992 UTC

# Line 34 | Line 34 | static char SCCSid[] = "$SunId$ LBL";
34  
35   #define PACKSIZ         256             /* max. calculation packet size */
36  
37 < #define RTCOM           "rtrace -h- -ovl -fff"
37 > #define RTCOM           "rtrace -h- -ovl -fff "
38  
39   #define ABS(x)          ((x)>0?(x):-(x))
40  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines