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

Comparing ray/src/cal/total.c (file contents):
Revision 1.4 by greg, Thu Jun 2 04:47:27 2005 UTC vs.
Revision 1.5 by greg, Sat Oct 8 04:18:16 2005 UTC

# Line 294 | Line 294 | char  *fname
294                                          result[n] = pow(result[n], 1.0/power);
295                          }
296                          if (func == MULT)
297 <                                result[n] = exp(tally[n]);
297 >                                result[n] = exp(result[n]);
298                  }
299                  putrecord(result, ncol, stdout);
300                  if (!subtotal)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines