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.5 by greg, Tue Feb 11 21:17:29 2014 UTC vs.
Revision 2.6 by greg, Tue Feb 11 22:01:44 2014 UTC

# Line 16 | Line 16 | static const char RCSid[] = "$Id$";
16   #include "rtprocess.h"
17  
18   #ifndef NSAMPLES
19 < #define NSAMPLES        10000                   /* number of samples to use */
19 > #define NSAMPLES        80000                   /* number of samples to use */
20   #endif
21  
22   char            *progname;                      /* global argv[0] */
# Line 409 | Line 409 | compute_uvfs(SUBPROC *pd, ZONE *zp)
409                                                  idf_getfield(pptr,NAME_FLD)->val);
410                                  continue;       /* don't record self-factor */
411                          }
412 <                        sprintf(uvfbuf, "%.6f", uvfa[3*m + 1]);
412 >                        sprintf(uvfbuf, "%.4f", uvfa[3*m + 1]);
413                          if (!idf_addfield(pout,
414                                          idf_getfield(pptr,NAME_FLD)->val, NULL) ||
415                                  !idf_addfield(pout,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines