drop special handling `u' in subckt, go back to `q' in the example

This commit is contained in:
rlar 2012-04-12 20:42:15 +02:00
parent 291212ecc4
commit 6baf73ad74
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ run
print i(vc)
.endc
.subckt hicumL0V1p1_c_sbt c b e s
uhcm0 c b e s 0 hic0_full
qhcm0 c b e s 0 hic0_full
.model hic0_full hicum0 is=1.3525E-18 vef=8.0 iqf=3.0e-2 iqr=1e6
.ends hicumL0V1p1_c_sbt
.end

View File

@ -1902,7 +1902,7 @@ devmodtranslate(struct line *deck, char *subname, wordlist * const submod)
tfree(s->li_line);
s->li_line = buffer;
break;
#if ADMS >= 3 || 1
#if ADMS >= 3 && 0
case 'u': /* urc transmissionline */ /* hijacked for adms */
name = gettok_node(&t); /* this can be either a model name or a node name. */
for (wlsub = submod; wlsub; wlsub = wlsub->wl_next)