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

Comparing ray/src/gen/gensurf.c (file contents):
Revision 2.17 by greg, Tue Oct 9 04:44:54 2007 UTC vs.
Revision 2.18 by greg, Thu Oct 18 03:59:54 2007 UTC

# Line 34 | Line 34 | char  VNAME[] =        "valid";                /* valid vertex name */
34  
35   #define  pvect(p)       printf(vformat, (p)[0], (p)[1], (p)[2])
36  
37 < char  vformat[] = "%15.9g %15.9g %15.9g\n";
37 > char  vformat[] = "%18.12g %18.12g %18.12g\n";
38   char  tsargs[] = "4 surf_dx surf_dy surf_dz surf.cal\n";
39   char  texname[] = "Phong";
40  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines