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

Comparing ray/src/cv/bsdfrbf.c (file contents):
Revision 2.22 by greg, Fri Mar 21 00:27:39 2014 UTC vs.
Revision 2.23 by greg, Fri Mar 21 00:42:46 2014 UTC

# Line 267 | Line 267 | make_rbfrep()
267                          goto memerr;
268                  fprintf(stderr, "%s: no usable data in make_rbfrep()\n",
269                                  progname);
270 <                return(NULL);
270 >                exit(1);
271          }
272                                  /* (re)allocate RBF array */
273          newnode = (RBFNODE *)realloc(rbfarr,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines