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.
20 lines
454 B
20 lines
454 B
/**** BSIM3v3.2.4, Released by Xuemei Xi 12/14/2001 ****/
|
|
|
|
/**********
|
|
* Copyright 2001 Regents of the University of California. All rights reserved.
|
|
* File: b3dest.c of BSIM3v3.2.4
|
|
* Author: 1995 Min-Chie Jeng and Mansun Chan.
|
|
* Author: 1997-1999 Weidong Liu.
|
|
* Author: 2001 Xuemei Xi
|
|
* Modified by Paolo Nenzi 2002
|
|
**********/
|
|
|
|
#include "ngspice/ngspice.h"
|
|
#include "bsim3v32def.h"
|
|
#include "ngspice/suffix.h"
|
|
|
|
|
|
void
|
|
BSIM3v32destroy (void)
|
|
{
|
|
}
|