reenable INPkillMods after deck processing
This commit is contained in:
parent
47ebcd0c95
commit
cd80e5bfe0
|
|
@ -162,7 +162,7 @@ if_inpdeck(struct line *deck, INPtables **tab)
|
||||||
INPpas1((void *) ckt, (card *) deck->li_next,(INPtables *)*tab);
|
INPpas1((void *) ckt, (card *) deck->li_next,(INPtables *)*tab);
|
||||||
INPpas2((void *) ckt, (card *) deck->li_next,
|
INPpas2((void *) ckt, (card *) deck->li_next,
|
||||||
(INPtables *) *tab,ft_curckt->ci_defTask);
|
(INPtables *) *tab,ft_curckt->ci_defTask);
|
||||||
/* INPkillMods(); PJB 09/29/03 -- keep global set of model descriptors */
|
INPkillMods();
|
||||||
|
|
||||||
/* INPpas2 has been modified to ignore .NODESET and .IC
|
/* INPpas2 has been modified to ignore .NODESET and .IC
|
||||||
* cards. These are left till INPpas3 so that we can check for
|
* cards. These are left till INPpas3 so that we can check for
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue