drop implizit mark `U'
This commit is contained in:
parent
6baf73ad74
commit
d8755d681c
|
|
@ -1,6 +1,6 @@
|
|||
// (compile "cat hic0+.cir | ../build-wip-adms3/src/ngspice -p")
|
||||
|
||||
// load the adms shared library model
|
||||
admsmodel hicum0 U
|
||||
admsmodel hicum0 UQ
|
||||
|
||||
source hic0.cir
|
||||
|
|
|
|||
|
|
@ -192,8 +192,6 @@ mark_adms_candidates(char c)
|
|||
void
|
||||
mark_adms(int type)
|
||||
{
|
||||
mark_adms_candidates('U');
|
||||
|
||||
if(type >= n_admsaux) {
|
||||
int i;
|
||||
a_admsaux = TREALLOC(struct admsaux, a_admsaux, type+1);
|
||||
|
|
|
|||
Loading…
Reference in New Issue