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.26 by greg, Fri Aug 21 05:48:28 2015 UTC

# 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