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.32 by greg, Fri May 30 00:07:37 2014 UTC vs.
Revision 2.33 by greg, Sun Jun 1 03:20:29 2014 UTC

# Line 286 | Line 286 | main(int argc, char *argv[])
286                                  newheader("RADIANCE", ofp);
287                                  printargs(argc, argv, ofp);
288                                  fputnow(ofp);
289 +                                fprintf(ofp, "NROWS=%d\n", rmtx->nrows);
290                                  fprintf(ofp, "NCOLS=%d\n", rmtx->ncols);
291                                  fputs("NCOMP=3\n", ofp);
292                                  fputformat((char *)cm_fmt_id[outfmt], ofp);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines