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

Comparing ray/src/px/pcond.c (file contents):
Revision 3.25 by greg, Mon Oct 20 13:42:13 2014 UTC vs.
Revision 3.27 by greg, Tue Feb 2 18:02:32 2016 UTC

# Line 8 | Line 8 | static const char      RCSid[] = "$Id$";
8  
9   #include "platform.h"
10   #include "paths.h"
11 < #include "rtprocess.h"
11 > #include "paths.h"
12   #include "pcond.h"
13  
14  
# Line 199 | Line 199 | userr:
199   }
200  
201  
202 < extern void
202 > void
203   syserror(                               /* report system error and exit */
204          char    *s
205   )
# Line 365 | Line 365 | check2do(void)         /* check histogram to see what isn't w
365   {
366          double  sum;
367          double  b, l;
368 <        register int    i;
368 >        int     i;
369  
370                                          /* check for within display range */
371          if (bwmax - bwmin <= Bldmax - Bldmin)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines