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

Comparing ray/src/util/rtcontrib.c (file contents):
Revision 1.58 by greg, Tue Oct 5 18:05:22 2010 UTC vs.
Revision 1.60 by greg, Sun Oct 10 09:25:04 2010 UTC

# Line 14 | Line 14 | static const char RCSid[] = "$Id$";
14   #include  "color.h"
15   #include  "resolu.h"
16   #include  "lookup.h"
17 #include  "random.h"
17   #include  "calcomp.h"
18  
19   #ifndef MAXMODLIST
# Line 957 | Line 956 | put_contrib(const DCOLOR cnt, FILE *fout)
956          default:
957                  error(INTERNAL, "botched output format");
958          }
960        if (waitflush < 0 && frandom() < 0.001)
961                fflush(fout);                   /* staggers writes */
959   }
960  
961   /* output ray tallies and clear for next accumulation */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines