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

Comparing ray/src/rt/rc2.c (file contents):
Revision 2.11 by greg, Fri Jun 13 01:16:41 2014 UTC vs.
Revision 2.12 by greg, Wed Jul 9 21:09:28 2014 UTC

# Line 152 | Line 152 | getostream(const char *ospec, const char *mname, int b
152                                                          (xres + !xres) );
153                                          while (*cp) ++cp;
154                                  }
155 <                                sprintf(cp, "NCOLS=%d\nNCOMP=3\n",
156 <                                                stdos.reclen);
155 >                                sprintf(cp, "NCOLS=%d\n", stdos.reclen);
156                                  printheader(stdout, info);
157                          }
158                          printresolu(stdout, xres, yres);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines