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

Comparing ray/src/cv/bsdfrep.c (file contents):
Revision 2.20 by greg, Wed Feb 19 05:16:06 2014 UTC vs.
Revision 2.21 by greg, Fri Mar 7 21:21:02 2014 UTC

# Line 610 | Line 610 | load_bsdf_rep(FILE *ifp)
610          clear_bsdf_rep();
611          if (ifp == NULL)
612                  return(0);
613 <        if (getheader(ifp, headline, NULL) < 0 || single_plane_incident < 0 |
613 >        if (getheader(ifp, headline, NULL) < 0 || (single_plane_incident < 0) |
614                          !input_orient | !output_orient) {
615                  fprintf(stderr, "%s: missing/bad format for BSDF interpolant\n",
616                                  progname);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines