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

Comparing ray/src/cv/pabopto2bsdf.c (file contents):
Revision 2.3 by greg, Sat Jun 29 22:38:25 2013 UTC vs.
Revision 2.4 by greg, Sun Jun 30 14:46:29 2013 UTC

# Line 96 | Line 96 | init_pabopto_inp(const int i, const char *fname)
96                  fputs(": unknown incident angle\n", stderr);
97                  return(0);
98          }
99 +        while (inpfile[i].phi < 0)      /* normalize phi direction */
100 +                inpfile[i].phi += 360.;
101          return(1);
102   }
103  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines