hisim2, fix NevalSrc(), Nintegrate() redeclaration
This commit is contained in:
parent
2d4e904963
commit
5af509dcc7
|
|
@ -1,3 +1,7 @@
|
|||
2011-05-22 Robert Larice
|
||||
* src/spicelib/devices/hisim2/hsm2noi.c :
|
||||
hisim2, fix NevalSrc(), Nintegrate() redeclaration
|
||||
|
||||
2011-05-22 Robert Larice
|
||||
* src/spicelib/devices/hisim2/hsm2noi.c :
|
||||
hisim2, drop (GENERIC **) NULL pointer casts
|
||||
|
|
|
|||
|
|
@ -32,9 +32,6 @@
|
|||
* all of the MOSFET's is summed with the variable "OnDens".
|
||||
*/
|
||||
|
||||
extern void NevalSrc();
|
||||
extern double Nintegrate();
|
||||
|
||||
int HSM2noise (
|
||||
int mode, int operation,
|
||||
GENmodel *inModel,
|
||||
|
|
|
|||
Loading…
Reference in New Issue