ngspice/src/spicelib/devices/mos9/mos9del.c

19 lines
349 B
C

/**********
Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1985 Thomas L. Quarles
Modified: Alan Gillespie
**********/
#include "ngspice/ngspice.h"
#include "mos9defs.h"
#include "ngspice/sperror.h"
#include "ngspice/suffix.h"
int
MOS9delete(GENinstance *inst)
{
GENinstanceFree(inst);
return OK;
}