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

Comparing ray/src/util/vwrays.c (file contents):
Revision 3.4 by greg, Sat Feb 22 02:07:30 2003 UTC vs.
Revision 3.6 by schorsch, Thu Jul 3 22:41:45 2003 UTC

# Line 8 | Line 8 | static const char      RCSid[] = "$Id$";
8  
9   #include "standard.h"
10  
11 + #include "platform.h"
12   #include "view.h"
13  
14   extern int      putf(), putd(), puta();
# Line 193 | Line 194 | pix2rays(FILE *fp)
194  
195   putrays()
196   {
197 <        static FLOAT    loc[2];
197 >        static RREAL    loc[2];
198          static FVECT    rorg, rdir;
199          float   *zbuf;
200          int     sc;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines