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.52 by greg, Thu Jun 16 01:55:44 2005 UTC vs.
Revision 2.53 by greg, Mon Aug 22 07:02:21 2005 UTC

# Line 289 | Line 289 | getfocus(                              /* set focus distance */
289          char *s
290   )
291   {
292 +        char  buf[64];
293          FVECT  vc;
294          double  dist;
295  
# Line 316 | Line 317 | getfocus(                              /* set focus distance */
317                  return;
318          }
319          ourview.vdist = dist;
320 +        sprintf(buf, "Focus distance set to %f\n", dist);
321 +        (*dev->comout)(buf);
322   }
323  
324  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines