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

Comparing ray/src/cv/bsdfmesh.c (file contents):
Revision 2.21 by greg, Sun Mar 9 01:51:48 2014 UTC vs.
Revision 2.23 by greg, Wed Mar 12 00:39:43 2014 UTC

# Line 562 | Line 562 | check_normal_incidence(void)
562          double                  bestd;
563          int                     n;
564  
565 +
566          if (dsf_list == NULL)
567                  return;                         /* XXX should be error? */
568          near_rbf = dsf_list;
# Line 606 | Line 607 | check_normal_incidence(void)
607          memcpy(mir_rbf, near_rbf, n);
608          mir_rbf->ord = near_rbf->ord - 1;       /* not used, I think */
609          mir_rbf->next = NULL;
610 +        mir_rbf->ejl = NULL;
611          rev_rbf_symmetry(mir_rbf, MIRROR_X|MIRROR_Y);
612          nprocs = 1;                             /* compute migration matrix */
613 <        if (mig_list != create_migration(mir_rbf, near_rbf))
613 >        if (create_migration(mir_rbf, near_rbf) == NULL)
614                  exit(1);                        /* XXX should never happen! */
615                                                  /* interpolate normal dist. */
616          rbf = e_advect_rbf(mig_list, norm_vec, 2*near_rbf->nrbf);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines