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

Comparing ray/src/util/rmatrix.c (file contents):
Revision 2.37 by greg, Wed Sep 4 00:03:05 2019 UTC vs.
Revision 2.38 by greg, Tue Sep 10 17:22:55 2019 UTC

# Line 655 | Line 655 | rmx_transform(const RMATRIX *msrc, int n, const double
655                  return(NULL);
656          if (msrc->info) {
657                  char    buf[128];
658 <                sprintf(buf, "Applied %dx%d matrix transform\n",
658 >                sprintf(buf, "Applied %dx%d component transform\n",
659                                  dnew->ncomp, msrc->ncomp);
660                  rmx_addinfo(dnew, msrc->info);
661                  rmx_addinfo(dnew, buf);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines