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

Comparing ray/src/util/eplus_adduvf.c (file contents):
Revision 2.14 by greg, Thu Feb 27 22:42:53 2014 UTC vs.
Revision 2.15 by greg, Fri Feb 28 19:14:10 2014 UTC

# Line 176 | Line 176 | add_subsurf(IDF_OBJECT *param)
176   static IDF_FIELD *
177   get_vlist(IDF_OBJECT *param, const char *zname)
178   {
179 <        static const int        itm_len = sizeof(IDF_FIELD)+6;
179 > #define itm_len         (sizeof(IDF_FIELD)+6)
180          static char             fld_buf[4*itm_len];
181          static char             *next_fbp = fld_buf;
182          int                     i;
# Line 219 | Line 219 | get_vlist(IDF_OBJECT *param, const char *zname)
219                  sprintf(res->val, "%d", i/3);
220          }
221          return(res);
222 + #undef itm_len
223   }
224  
225   /* Get/allocate surface polygon */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines