From 0e032f30b1a3690c4dc87f09c376a4ded3847db2 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Mon, 17 Feb 2025 10:28:12 +0100 Subject: [PATCH] Add a descriptive comment --- src/frontend/spiceif.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontend/spiceif.c b/src/frontend/spiceif.c index c56c37609..d4976fe16 100644 --- a/src/frontend/spiceif.c +++ b/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;