Browse Source

#ifdef CIDER added to line 70

pre-master-46
h_vogt 17 years ago
parent
commit
b5db0a1e36
  1. 3
      ChangeLog
  2. 5
      src/spicelib/devices/bsim4v2/bsim4v2init.c
  3. 5
      src/spicelib/devices/bsim4v3/bsim4v3init.c

3
ChangeLog

@ -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

5
src/spicelib/devices/bsim4v2/bsim4v2init.c

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

5
src/spicelib/devices/bsim4v3/bsim4v3init.c

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

Loading…
Cancel
Save