You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
563 B
23 lines
563 B
/**** BSIM4.5.0 Released by Xuemei (Jane) Xi 07/29/2005 ****/
|
|
|
|
/**********
|
|
* Copyright 2005 Regents of the University of California. All rights reserved.
|
|
* File: b4del.c of BSIM4.5.0.
|
|
* Author: 2000 Weidong Liu
|
|
* Authors: 2001- Xuemei Xi, Mohan Dunga, Ali Niknejad, Chenming Hu.
|
|
* Project Director: Prof. Chenming Hu.
|
|
**********/
|
|
|
|
#include "ngspice/ngspice.h"
|
|
#include "bsim4v5def.h"
|
|
#include "ngspice/sperror.h"
|
|
#include "ngspice/gendefs.h"
|
|
#include "ngspice/suffix.h"
|
|
|
|
|
|
int
|
|
BSIM4v5delete(GENinstance *gen_inst)
|
|
{
|
|
NG_IGNORE(gen_inst);
|
|
return OK;
|
|
}
|