Add a descriptive comment
This commit is contained in:
parent
ad6d3efa13
commit
0e032f30b1
|
|
@ -164,6 +164,7 @@ if_inpdeck(struct card *deck, INPtables **tab)
|
||||||
/* Parse the .model lines. Enter the model into the global model table modtab. */
|
/* Parse the .model lines. Enter the model into the global model table modtab. */
|
||||||
modtab = NULL;
|
modtab = NULL;
|
||||||
modtabhash = NULL;
|
modtabhash = NULL;
|
||||||
|
/* Parse .model lines, put them into 'tab' */
|
||||||
INPpas1(ckt, deck->nextcard, *tab);
|
INPpas1(ckt, deck->nextcard, *tab);
|
||||||
/* store the new model table in the current circuit */
|
/* store the new model table in the current circuit */
|
||||||
ft_curckt->ci_modtab = modtab;
|
ft_curckt->ci_modtab = modtab;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue