Browse Source

reenable INPkillMods after deck processing

pre-master-46
dwarning 19 years ago
parent
commit
cd80e5bfe0
  1. 2
      src/frontend/spiceif.c

2
src/frontend/spiceif.c

@ -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…
Cancel
Save