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

Comparing ray/src/cv/bsdf2ttree.c (file contents):
Revision 2.50 by greg, Mon May 11 20:26:58 2020 UTC vs.
Revision 2.51 by greg, Fri May 15 03:02:32 2020 UTC

# Line 617 | Line 617 | eval_anisotropic(char *funame)
617                          if (val_last != NULL)
618                                  val_last[oy] = bsdf;
619                      }
620 +                }
621                  if (rbf != NULL)
622                          free(rbf);
623                  prog_show((ix*sqres+iy+1.)/(sqres*sqres));
624              }
624        }
625          prog_done();
626          if (val_last != NULL) {
627                  free(val_last);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines