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

Comparing ray/src/common/image.c (file contents):
Revision 2.29 by greg, Tue Jan 18 00:33:16 2005 UTC vs.
Revision 2.30 by greg, Mon Feb 7 20:13:55 2005 UTC

# Line 349 | Line 349 | register char  *av[];
349                  v->vdir[0] = atof(av[1]);
350                  v->vdir[1] = atof(av[2]);
351                  v->vdir[2] = atof(av[3]);
352 +                v->vdist = 1.;
353                  return(3);
354          case 'u':                       /* up */
355                  check(3,"fff");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines