ngspice/ngspice-rework-20-compatmode.h
2009-12-08 23:20:59 +00:00

13 lines
182 B
C

#ifndef _COMPATMODE_H
#define _COMPATMODE_H
#include <config.h>
typedef enum {
COMPATMODE_NATIVE = 0,
COMPATMODE_HSPICE = 1,
COMPATMODE_SPICE3 = 2
} COMPATMODE_T ;
#endif