Browse Source

Add a descriptive comment

pre-master-46
Holger Vogt 1 year ago
parent
commit
7cf0129254
  1. 1
      src/frontend/spiceif.c

1
src/frontend/spiceif.c

@ -164,6 +164,7 @@ if_inpdeck(struct card *deck, INPtables **tab)
/* Parse the .model lines. Enter the model into the global model table modtab. */
modtab = NULL;
modtabhash = NULL;
/* Parse .model lines, put them into 'tab' */
INPpas1(ckt, deck->nextcard, *tab);
/* store the new model table in the current circuit */
ft_curckt->ci_modtab = modtab;

Loading…
Cancel
Save