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

Comparing ray/src/util/rfluxmtx.c (file contents):
Revision 2.28 by greg, Tue May 19 12:13:53 2015 UTC vs.
Revision 2.29 by greg, Thu May 21 05:54:54 2015 UTC

# Line 530 | Line 530 | make_axes(FVECT uva[2], const FVECT nrm)
530   {
531          int     i;
532  
533 <        if (!getperpendicular(uva[0], nrm)) {
533 >        if (!getperpendicular(uva[0], nrm, 1)) {
534                  fputs(progname, stderr);
535                  fputs(": bad surface normal in make_axes!\n", stderr);
536                  exit(1);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines