#include "spice.h"
#include <stdio.h>
#include "bsim2def.h"
#include "sperror.h"
#include "util.h"
Go to the source code of this file.
Definition at line 16 of file b2mdel.c.
28 for( ; *
model ; model = &((*model)->B2nextModel)) {
29 if( (*model)->B2modName == modname ||
30 (modfast && *model == modfast) )
goto delgot;
37 for(here = (*model)->B2instances ; here ; here = here->
B2nextInstance) {
struct sBSIM2instance * B2nextInstance
struct sBSIM2model * B2nextModel