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

Comparing ray/src/common/testBSDF.c (file contents):
Revision 1.6 by greg, Thu Feb 2 00:27:55 2017 UTC vs.
Revision 1.7 by greg, Thu Feb 2 00:30:16 2017 UTC

# Line 102 | Line 102 | main(int argc, char *argv[])
102                                  goto noBSDFerr;
103                          printf("Material: '%s'\n", bsdf->matn);
104                          printf("Manufacturer: '%s'\n", bsdf->makr);
105                        printf("Has geometry: %s\n", bsdf->mgf!=NULL ? "yes" : "no");
105                          printf("Width, Height, Thickness (m): %.4e, %.4e, %.4e\n",
106                                          bsdf->dim[0], bsdf->dim[1], bsdf->dim[2]);
107 +                        printf("Has geometry: %s\n", bsdf->mgf!=NULL ? "yes" : "no");
108                          continue;
109                  case 'C':                       /* report constant values */
110                          if (bsdf == NULL)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines