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

Comparing ray/src/cv/mgf2inv.c (file contents):
Revision 2.2 by greg, Mon Apr 30 17:02:48 2012 UTC vs.
Revision 2.3 by greg, Tue May 15 15:36:33 2012 UTC

# Line 29 | Line 29 | static const char      RCSid[] = "$Id$";
29  
30   #define VERTFMT         "%+16.9e %+16.9e %+16.9e\n%+6.3f %+6.3f %+6.3f"
31   #define VZVECT          "+0.000 +0.000 +0.000"
32 < #define VFLEN           72      /* total vertex string length */
32 > #define VFLEN           92      /* total vertex string length */
33   #define MAXVERT         10240   /* maximum cached vertices */
34  
35   #define setvkey(k,v)    sprintf(k,VERTFMT,(v)->p[0],(v)->p[1],(v)->p[2],\

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines