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

Comparing ray/src/util/dctimestep.c (file contents):
Revision 2.18 by greg, Fri Oct 21 16:31:03 2011 UTC vs.
Revision 2.19 by greg, Tue Feb 21 20:09:25 2012 UTC

# Line 382 | Line 382 | sum_images(const char *fspec, const CMATRIX *cv, FILE
382                  int             dt, xr, yr;
383                  COLORV          *psp;
384                                                          /* check for zero */
385 <                if ((scv[RED] == 0) & (scv[GRN] == 0) & (scv[BLU] == 0))
385 >                if ((scv[RED] == 0) & (scv[GRN] == 0) & (scv[BLU] == 0) &&
386 >                                (myDT != DTfromHeader) | (i < cv->nrows-1))
387                          continue;
388                                                          /* open next picture */
389                  sprintf(fname, fspec, i);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines