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

Comparing ray/src/util/rmtxop.c (file contents):
Revision 2.24 by greg, Wed Nov 29 18:56:28 2023 UTC vs.
Revision 2.25 by greg, Wed Nov 29 18:57:10 2023 UTC

# Line 168 | Line 168 | checksymbolic(ROPMAT *rop)
168                          break;
169                  case 'A':               /* average component */
170                          for (i = nc; i--; )
171 <                                rop->preop->cmat[j*nc+i] = 1./(double)nc;
171 >                                rop->preop.cmat[j*nc+i] = 1./(double)nc;
172                          break;
173                  default:
174                          fprintf(stderr, "%s: -c '%c' unsupported\n",

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines