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.38 by greg, Thu Aug 18 00:52:48 2016 UTC vs.
Revision 2.39 by greg, Fri Aug 19 18:31:26 2016 UTC

# Line 558 | Line 558 | ssamp_poly(FVECT orig, SURF *sp, double x)
558  
559          if (ptp == NULL) {              /* need to triangulate */
560                  ptp = (POLYTRIS *)malloc(sizeof(POLYTRIS) +
561 <                                sizeof(struct ptri)*(sp->nfargs/3 - 3));
561 >                                sizeof(struct ptri)*(sp->nfargs/3 - 1));
562                  if (ptp == NULL)
563                          goto memerr;
564                  if (sp->nfargs == 3) {  /* simple case */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines