Add a descriptive comment

This commit is contained in:
Holger Vogt 2025-02-17 10:28:12 +01:00
parent ad6d3efa13
commit 0e032f30b1
1 changed files with 1 additions and 0 deletions

View File

@ -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;