diff --git a/hic0+.cir b/hic0+.cir index 3c8bebc0d..826ed4bae 100644 --- a/hic0+.cir +++ b/hic0+.cir @@ -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 diff --git a/src/spicelib/devices/dev.c b/src/spicelib/devices/dev.c index 0168c9844..6d39b00fe 100644 --- a/src/spicelib/devices/dev.c +++ b/src/spicelib/devices/dev.c @@ -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);