1 /***************************************************************************
2 JSPICE3 adaptation of Spice3e2 - Copyright (c) Stephen R. Whiteley 1992
3 Copyright 1990 Regents of the University of California.  All rights reserved.
4 Authors: 1985 Thomas L. Quarles
5          1992 Stephen R. Whiteley
6 ****************************************************************************/
7 
8 #ifndef SMP
9 #define SMP
10 
11 #define SMPmatrix char
12 
13 #include <stdio.h>
14 #include "complex.h"
15 #include "spmatrix.h"
16 
17 #endif
18