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

Comparing ray/src/rt/rv2.c (file contents):
Revision 2.10 by greg, Fri Oct 2 16:19:43 1992 UTC vs.
Revision 2.11 by greg, Tue Oct 6 17:13:42 1992 UTC

# Line 455 | Line 455 | register char  *s;
455          case 'a':                       /* ambient */
456                  switch (s[1]) {
457                  case 'v':                       /* value */
458 <                        getparam(s+2, "ambient value", 'C', ambval);
458 >                        getparam(s+2, "ambient value", 'C', (COLOR *)ambval);
459                          break;
460                  case 'a':                       /* accuracy */
461                          getparam(s+2, "ambient accuracy", 'r', &ambacc);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines