#ifdef CIDER added to line 70

This commit is contained in:
h_vogt 2009-04-23 07:51:03 +00:00
parent eb378da811
commit b5db0a1e36
3 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,6 @@
2009-04-22 Holger Vogt
* bsim4v2init.c, bsim4v3init.c: CIDER added
2009-04-22 Holger Vogt
* inpcom.c measure.c mystring.c alloc.c: show Windows error
message before exiting

View File

@ -67,7 +67,10 @@ SPICEdev BSIM4v2info = {
/* DEVsenTrunc */ NULL,
/* DEVdisto */ NULL,
/* DEVnoise */ BSIM4v2noise,
#ifdef CIDER
NULL, /* DEVdump */
NULL, /* DEVacct */
#endif
/* DEVinstSize */ &BSIM4v2iSize,
/* DEVmodSize */ &BSIM4v2mSize
};

View File

@ -67,7 +67,10 @@ SPICEdev BSIM4v3info = {
/* DEVsenTrunc */ NULL,
/* DEVdisto */ NULL,
/* DEVnoise */ BSIM4v3noise,
#ifdef CIDER
NULL, /* DEVdump */
NULL, /* DEVacct */
#endif
/* DEVinstSize */ &BSIM4v3iSize,
/* DEVmodSize */ &BSIM4v3mSize
};