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

Comparing ray/src/gen/gendaymtx.c (file contents):
Revision 2.17 by greg, Sun Oct 26 17:35:53 2014 UTC vs.
Revision 2.18 by greg, Sun Oct 26 17:37:34 2014 UTC

# Line 520 | Line 520 | main(int argc, char *argv[])
520                  printf("NROWS=%d\n", nskypatch);
521                  printf("NCOLS=%d\n", ntsteps);
522                  printf("NCOMP=3\n");
523 <                fputformat(getfmtname(outfmt), stdout);
523 >                fputformat((char *)getfmtname(outfmt), stdout);
524                  putchar('\n');
525          }
526                                          /* patches are rows (outer sort) */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines