#include "spice.h"
#include <stdio.h>
#include "ltradefs.h"
#include "util.h"
#include "sperror.h"
Go to the source code of this file.
Definition at line 21 of file ltramdel.c.
31 for ( ; *
model; model = &((*model)->GENnextModel)) {
32 if ((*model)->GENmodName == modname ||
33 (modfast && *model == modfast))
break;
41 for (here = (*model)->GENinstances; here; here = next) {
struct sGENinstance * GENnextInstance
struct sGENmodel * GENnextModel