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

Comparing ray/src/cv/bsdf2rad.c (file contents):
Revision 2.27 by greg, Wed Apr 12 04:15:08 2017 UTC vs.
Revision 2.28 by greg, Wed Apr 12 04:27:04 2017 UTC

# Line 470 | Line 470 | put_matBSDF(const char *XMLfile)
470          }
471          switch (XMLfile[0]) {           /* avoid RAYPATH search */
472          case '.':
473 +        case '~':
474          CASEDIRSEP:
475                  curdir = "";
476                  break;
# Line 751 | Line 752 | main(int argc, char *argv[])
752          } else {
753                  FILE    *fp[4];
754                  if (argc > 5) {
755 <                        fprintf(stderr, "%s: too many input files\n", progname);
755 >                        fprintf(stderr, "%s: more than 4 hemispheres!\n", progname);
756                          return(1);
757                  }
758                  for (n = 1; n < argc; n++) {
# Line 787 | Line 788 | main(int argc, char *argv[])
788          put_scale();
789          if (inpXML && myBSDF.mgf)
790                  convert_mgf(myBSDF.mgf);
791 <        if (!put_BSDFs())
791 >        if (!put_BSDFs())               /* most of the output happens here */
792                  return(1);
793          cleanup_tmp();
794          return(0);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines