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")
|
// (compile "cat hic0+.cir | ../build-wip-adms3/src/ngspice -p")
|
||||||
|
|
||||||
// load the adms shared library model
|
// load the adms shared library model
|
||||||
admsmodel hicum0 U
|
admsmodel hicum0 UQ
|
||||||
|
|
||||||
source hic0.cir
|
source hic0.cir
|
||||||
|
|
|
||||||
|
|
@ -192,8 +192,6 @@ mark_adms_candidates(char c)
|
||||||
void
|
void
|
||||||
mark_adms(int type)
|
mark_adms(int type)
|
||||||
{
|
{
|
||||||
mark_adms_candidates('U');
|
|
||||||
|
|
||||||
if(type >= n_admsaux) {
|
if(type >= n_admsaux) {
|
||||||
int i;
|
int i;
|
||||||
a_admsaux = TREALLOC(struct admsaux, a_admsaux, type+1);
|
a_admsaux = TREALLOC(struct admsaux, a_admsaux, type+1);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue