# | Line 21 | Line 21 | static const char RCSid[] = "$Id$"; | |
---|---|---|
21 | #define M_PI 3.14159265358979323846 | |
22 | #endif | |
23 | ||
24 | – | #ifndef MAXCOMP |
25 | – | #define MAXCOMP MAXCSAMP /* #components we support */ |
26 | – | #endif |
27 | – | |
24 | /* Unary matrix operation(s) */ | |
25 | typedef struct { | |
26 | double cmat[MAXCOMP*MAXCOMP]; /* component transformation */ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |