| # | Line 5 | Line 5 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 5 | * General matrix operations. | |
| 6 | */ | |
| 7 | ||
| 8 | – | #include <stdio.h> |
| 8 | #include <stdlib.h> | |
| 10 | – | #include <string.h> |
| 11 | – | #include <fcntl.h> |
| 9 | #include <errno.h> | |
| 10 | #include "rtio.h" | |
| 11 | #include "platform.h" | |
| # | Line 655 | Line 652 | rmx_transform(const RMATRIX *msrc, int n, const double | |
| 652 | return(NULL); | |
| 653 | if (msrc->info) { | |
| 654 | char buf[128]; | |
| 655 | < | sprintf(buf, "Applied %dx%d matrix transform\n", |
| 655 | > | sprintf(buf, "Applied %dx%d component transform\n", |
| 656 | dnew->ncomp, msrc->ncomp); | |
| 657 | rmx_addinfo(dnew, msrc->info); | |
| 658 | rmx_addinfo(dnew, buf); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |