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.26 by greg, Wed Nov 15 18:02:53 2023 UTC vs.
Revision 2.27 by greg, Wed May 22 21:44:03 2024 UTC

# Line 114 | Line 114 | printheader(FILE *fout, const char *info)
114          fprintf(fout, "SOFTWARE= %s\n", VersionID);
115          fputnow(fout);
116          fputncomp(NCSAMP, fout);
117 +        if (NCSAMP > 3)
118 +                fputwlsplit(WLPART, fout);
119          if (info != NULL)                       /* add extra info if given */
120                  fputs(info, fout);
121          if ((outfmt == 'f') | (outfmt == 'd'))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines