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.37 by greg, Fri Apr 4 01:48:25 2025 UTC vs.
Revision 2.38 by greg, Fri Apr 4 18:06:48 2025 UTC

# Line 10 | Line 10 | static const char RCSid[] = "$Id$";
10   #include "rmatrix.h"
11   #include "platform.h"
12  
13 #ifndef MAXCOMP
14 #define MAXCOMP         MAXCSAMP        /* #components we support */
15 #endif
16
13   /* Unary matrix operation(s) */
14   typedef struct {
15          double          cmat[MAXCOMP*MAXCOMP];  /* component transformation */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines