# | 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 */ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |