committed by
Holger Vogt
10 changed files with 2 additions and 134 deletions
-
1src/spicelib/devices/vbic/Makefile.am
-
8src/spicelib/devices/vbic/vbic.c
-
60src/spicelib/devices/vbic/vbicask.c
-
34src/spicelib/devices/vbic/vbicdefs.h
-
25src/spicelib/devices/vbic/vbicdel.c
-
2src/spicelib/devices/vbic/vbicinit.c
-
3src/spicelib/devices/vbic/vbicsetup.c
-
1visualc/sharedspice.vcxproj
-
1visualc/vngspice-fftw.vcxproj
-
1visualc/vngspice.vcxproj
@ -1,25 +0,0 @@ |
|||||
/********** |
|
||||
Copyright 1990 Regents of the University of California. All rights reserved. |
|
||||
Author: 1985 Thomas L. Quarles |
|
||||
Model Author: 1995 Colin McAndrew Motorola |
|
||||
Spice3 Implementation: 2003 Dietmar Warning DAnalyse GmbH |
|
||||
**********/ |
|
||||
|
|
||||
/* |
|
||||
* This routine deletes a VBIC instance from the circuit and frees |
|
||||
* the storage it was using. |
|
||||
*/ |
|
||||
|
|
||||
#include "ngspice/ngspice.h" |
|
||||
#include "vbicdefs.h" |
|
||||
#include "ngspice/sperror.h" |
|
||||
#include "ngspice/suffix.h" |
|
||||
|
|
||||
|
|
||||
int |
|
||||
VBICdelete(GENinstance *gen_inst) |
|
||||
{ |
|
||||
VBICinstance *inst = (VBICinstance *) gen_inst; |
|
||||
FREE(inst->VBICsens); |
|
||||
return OK; |
|
||||
} |
|
||||
Write
Preview
Loading…
Cancel
Save
Reference in new issue