20 lines
415 B
C
20 lines
415 B
C
/**** BSIM3v3.3.0, Released by Xuemei Xi 07/29/2005 ****/
|
|
|
|
/**********
|
|
* Copyright 2004 Regents of the University of California. All rights reserved.
|
|
* File: b3dest.c of BSIM3v3.3.0
|
|
* Author: 1995 Min-Chie Jeng and Mansun Chan.
|
|
* Author: 1997-1999 Weidong Liu.
|
|
* Author: 2001 Xuemei Xi
|
|
**********/
|
|
|
|
#include "ngspice/ngspice.h"
|
|
#include "bsim3def.h"
|
|
#include "ngspice/suffix.h"
|
|
|
|
|
|
void
|
|
BSIM3destroy(void)
|
|
{
|
|
}
|