| # | Line 170 | Line 170 | register CONE *co; | |
|---|---|---|
| 170 | register double d; | |
| 171 | register int i; | |
| 172 | ||
| 173 | < | co->tm = (FLOAT (*)[4])malloc(sizeof(MAT4)); |
| 173 | > | co->tm = (RREAL (*)[4])malloc(sizeof(MAT4)); |
| 174 | if (co->tm == NULL) | |
| 175 | error(SYSTEM, "out of memory in conexform"); | |
| 176 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |