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

Comparing ray/src/cv/checkBSDF.c (file contents):
Revision 2.9 by greg, Fri Aug 12 23:55:00 2022 UTC vs.
Revision 2.10 by greg, Mon Sep 11 18:43:36 2023 UTC

# Line 95 | Line 95 | detailComponent(const char *nm, const SDValue *lamb, c
95                  printf("%5.1f%%\t\t%.2f deg\n", 100.*(Lamb+df->maxHemi),
96                                  sqrt(df->minProjSA/M_PI)*(360./M_PI));
97          else
98 <                printf("%5.1f%%\t\t180 deg", Lamb);
98 >                printf("%5.1f%%\t\t180 deg\n", Lamb);
99   }
100  
101   /* Add a value to stats */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines