make inp_compat_mode glabal
This commit is contained in:
parent
bb162de1d8
commit
c1a64d9f49
|
|
@ -11,6 +11,6 @@ typedef enum {
|
||||||
COMPATMODE_PS = 4
|
COMPATMODE_PS = 4
|
||||||
} COMPATMODE_T ;
|
} COMPATMODE_T ;
|
||||||
|
|
||||||
extern COMPATMODE_T ngspice_compat_mode(void) ;
|
extern COMPATMODE_T inp_compat_mode;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue