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.11 by greg, Fri Apr 2 09:10:48 1993 UTC vs.
Revision 2.12 by greg, Mon Apr 12 09:58:09 1993 UTC

# Line 303 | Line 303 | char   *pfile, *zspec;
303                  register int    x;
304                  if (!isfloat(zspec) || (zvalue = atof(zspec)) <= 0.0)
305                          syserror(zspec);
306                        exit(1);
306                  for (x = scanlen(&tresolu); x-- > 0; )
307                          zin[x] = zvalue;
308          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines