Formatting
This commit is contained in:
parent
39443fafdd
commit
f26dda8616
|
|
@ -1,8 +1,8 @@
|
|||
/**********
|
||||
Copyright 1990 Regents of the University of California. All rights reserved.
|
||||
Author: 1985 Thomas L. Quarles
|
||||
Author: 1985 Thomas L. Quarles, 2023 Holger Vogt
|
||||
**********/
|
||||
/*
|
||||
/* Deletes the model table modtab and the hash table modtabhash.
|
||||
*/
|
||||
|
||||
#include "ngspice/ngspice.h"
|
||||
|
|
@ -11,7 +11,6 @@ Author: 1985 Thomas L. Quarles
|
|||
#include "ngspice/ftedefs.h"
|
||||
#include "inpxx.h"
|
||||
|
||||
|
||||
extern INPmodel* modtab;
|
||||
extern NGHASHPTR modtabhash;
|
||||
|
||||
|
|
@ -35,5 +34,4 @@ void INPkillMods(void)
|
|||
modtabhash = NULL;
|
||||
}
|
||||
ft_curckt->ci_modtabhash = NULL;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue