drop implizit mark `U'

This commit is contained in:
rlar 2012-04-13 00:01:20 +02:00
parent 6baf73ad74
commit d8755d681c
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -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);