ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/Development/ray/src/rt/RcontribSimulManager.cpp
(Generate patch)

Comparing ray/src/rt/RcontribSimulManager.cpp (file contents):
Revision 2.19 by greg, Sat Oct 25 03:30:35 2025 UTC vs.
Revision 2.20 by greg, Sat Oct 25 18:01:23 2025 UTC

# Line 449 | Line 449 | RcontribOutput::NewHeader(const RcontribSimulManager *
449          sprintf(hdr+begData, "%s%d\n", NCOMPSTR, NCSAMP);
450          begData += strlen(hdr+begData);
451          if (NCSAMP > 3) {
452 <                sprintf(hdr+begData, "%s %f %f %f %f\n", WLSPLTSTR,
452 >                sprintf(hdr+begData, "%s %g %g %g %g\n", WLSPLTSTR,
453                                  WLPART[0], WLPART[1], WLPART[2], WLPART[3]);
454                  begData += strlen(hdr+begData);
455          }

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)