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

Comparing ray/src/util/findglare.c (file contents):
Revision 2.16 by greg, Tue Nov 29 20:45:21 2022 UTC vs.
Revision 2.17 by greg, Sun Jan 15 16:38:10 2023 UTC

# Line 421 | Line 421 | printsources(void)                     /* print out glare sources */
421  
422          printf("BEGIN glare source\n");
423          for (sp = donelist; sp != NULL; sp = sp->next)
424 <                printf("\t%f %f %f\t%f\t%f\n",
424 >                printf("\t%f %f %f\t%e\t%e\n",
425                                  sp->dir[0], sp->dir[1], sp->dir[2],
426                                  sp->dom, sp->brt);
427          printf("END glare source\n");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines