From d8755d681c747e872634b111c6bf5a4cf92ecfcf Mon Sep 17 00:00:00 2001 From: rlar Date: Fri, 13 Apr 2012 00:01:20 +0200 Subject: [PATCH] drop implizit mark `U' --- hic0+.cir | 2 +- src/spicelib/devices/dev.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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);