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

Comparing ray/src/common/calexpr.c (file contents):
Revision 2.45 by greg, Sat Feb 24 19:11:45 2024 UTC vs.
Revision 2.46 by greg, Sat Feb 24 19:26:44 2024 UTC

# Line 349 | Line 349 | edivi(
349      EPNODE  *ep2 = ep1->sibling;
350      double  d;
351  
352 <    d = envalue(ep2);
352 >    d = evalue(ep2);
353      if (d == 0.0) {
354          wputs("Division by zero\n");
355          errno = ERANGE;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines