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

Comparing ray/src/rt/ambient.c (file contents):
Revision 2.118 by greg, Wed Nov 15 18:02:52 2023 UTC vs.
Revision 2.119 by greg, Fri Nov 17 20:02:07 2023 UTC

# Line 646 | Line 646 | initambfile(           /* initialize ambient file */
646                                  srcsizerat, shadthresh, shadcert);
647                  fprintf(ambfp, "-ss %g -st %g -lr %d -lw %g ", specjitter,
648                                  specthresh, maxdepth, minweight);
649 <                fprintf(ambfp, "-cw %f %f -cs %d ", WLPART[3], WLPART[0], NCSAMP);
649 >                fprintf(ambfp, "-cw %g %g -cs %d ", WLPART[3], WLPART[0], NCSAMP);
650                  if (octname != NULL)
651                          fputs(octname, ambfp);
652                  fputc('\n', ambfp);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines