12345678910111213 |
- *** zmatrix.h Tue Mar 8 15:50:26 1994
- --- zmatrix.h.orig Fri Oct 28 01:52:48 1994
- ***************
- *** 34,39 ****
- --- 34,41 ----
-
- /* Type definitions for complex vectors and matrices */
-
- + #undef complex
- + #define complex Complex
-
- /* complex definition */
- typedef struct {
|