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

Comparing ray/src/cv/pkgBSDF.c (file contents):
Revision 2.3 by greg, Fri Sep 16 15:08:16 2011 UTC vs.
Revision 2.4 by greg, Mon Mar 5 00:25:15 2012 UTC

# Line 113 | Line 113 | cvtBSDF(char *fname)
113                          retOK = (freopen(rname, "w", stdout) != NULL);
114                  }
115                  if (retOK) {
116 +                        if (myBSDF.matn[0] && myBSDF.makr[0])
117 +                                printf("# Material '%s' by '%s'\n\n",
118 +                                                myBSDF.matn, myBSDF.makr);
119                          if (myBSDF.mgf == NULL) {
120                                  faceBSDF(&myBSDF, .0);
121                          } else {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines