hisimhv2, extend rename from hisimhv --> hsimhv2
This commit is contained in:
parent
4030d97c19
commit
53555ac8c6
|
|
@ -60,8 +60,8 @@ June 2008 (revised October 2011)
|
||||||
#include "hsmhvdef.h"
|
#include "hsmhvdef.h"
|
||||||
#include "ngspice/cktdefs.h"
|
#include "ngspice/cktdefs.h"
|
||||||
|
|
||||||
#ifndef _HiSIMHV_H
|
#ifndef _HiSIMHV2_H
|
||||||
#define _HiSIMHV_H
|
#define _HiSIMHV2_H
|
||||||
|
|
||||||
/* return value */
|
/* return value */
|
||||||
#ifndef OK
|
#ifndef OK
|
||||||
|
|
@ -137,4 +137,4 @@ extern int HSMHV2dio
|
||||||
CKTcircuit *ckt
|
CKTcircuit *ckt
|
||||||
) ;
|
) ;
|
||||||
|
|
||||||
#endif /* _HiSIMHV_H */
|
#endif /* _HiSIMHV2_H */
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#ifndef _HISIMINIT_H
|
#ifndef _HSMHV2INIT_H
|
||||||
#define _HISIMINIT_H
|
#define _HSMHV2INIT_H
|
||||||
|
|
||||||
extern IFparm HSMHV2pTable[ ];
|
extern IFparm HSMHV2pTable[ ];
|
||||||
extern IFparm HSMHV2mPTable[ ];
|
extern IFparm HSMHV2mPTable[ ];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue